in reply to Re^3: UNIX command - remove 0 byte file
in thread UNIX command - remove 0 byte file
But the most annoying thing with xargs is that it doesn't handle spaces or other special characters well:
You're forced to do tricks with sed (or perl -e) to get this to work.server:~> ls a file server:~> ls | xargs rm a: No such file or directory file: No such file or directory
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: UNIX command - remove 0 byte file
by YuckFoo (Abbot) on Sep 23, 2005 at 17:28 UTC |