Tagged Questions
1
vote
3answers
175 views
man xargs says standard input is delimited by blanks; but is it?
I'm puzzled by what actually defines an arg in xargs.
The man page seems to suggest that args are delimited by blanks (I assume that means whitespace). However the following script doesn't behave as ...
11
votes
2answers
486 views
gnu find and masking the {} for some shells - which?
The man page for gnu find states:
-exec command ;
[...] The string `{}' is replaced by the current
file name being processed everywhere it occurs in the
arguments to the command, ...