Alexey Pechnikov wrote: > ========= > $ cat ./x-c > #!/bin/dash > > exec /bin/cat > > $ time seq 1000 | xargs -n 1 ./x-c /dev/null
а) 10000, а не 1000. б) Куда делся "$1"? в) Отсутствует >/dev/null. У меня это на тенденцию не влияет, а как у вас — не знаю. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

