On 3/10/06, Steve <[EMAIL PROTECTED]> wrote: > Can someone help me here? Would this be a job for perl or bash > scripting or what, and how would I go about doing it? My scriptfu > sucks terribly BTW, so if anyone has an example that should do the > trick please let me know.
$ for i in $(find dir -type f -print0 | xargs -0ri ls "{}") ; do echo
>> $i ; done
Justin
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/
