bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xargs -n 1 I/O unjumbling


From: Dan Jacobson
Subject: xargs -n 1 I/O unjumbling
Date: Thu, 11 Aug 2005 11:03:35 +0800

One of the most frustrating things about xargs -n 1 was that as I was
adding input, I was getting output, jumbling the screen. I solved it
with e.g.,
$ xargs|xargs -n 1 command
You might want to make a note of it in the docs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]