I need to perform some task on specific files recusrsively. Problem is that directories names can contain spaces. Something like that (in /bin/sh) does not works:

for f in `find .  -name '*.c*'`; do file $f; done

it choks on directories with spaces..

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to