Mail Archives: djgpp-workers/1997/09/10/10:45:34
> For `find', this is a known problem, not specific to DJGPP (see the
> docs of Findutils for details). If you use the list of file names
> with `xargs', try the -print0 switch to `find' and then use -0 option
> of `xargs'. If you need to create a response file, pass the list of
> names through a Sed script that quotes them. For example:
xargs has the annoying limitation of the size of the transfer buffer
which makes it useless in many cases - this was the idea behind
my '@-' extension to read a response file from stdin.
Would it make sense to extend parsing of response files so that
it can handle 'find -print0' by default - this shouln't be much work ?
- Raw text -