> You may find this command quicker than "find -exec": > > find . -name "*_*" -print0 | xargs --null ls -l > > This also copes with spaces in the filenames by using nul as the separator. >
Thanks! Will look into it. :) Rich _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-fileutils