On Mon, 2003-03-10 at 17:19, Randal L. Schwartz wrote:

> I always get a red flag when people say "ls $SOMEPATTERN".

Hmmm, starting a Useless use of ls award?

Find can be useful there, btw:

        find . -type f -print0 | xargs -0 ...

not only does it recurse, but it ignores directories! And gets past the
kernel argument length limit, too!

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to