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.


_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to