Help me make it shut up please!
Justin Findlay
jfindlay at gmail.com
Fri Mar 10 12:21:47 MST 2006
On 3/10/06, Steve <smorrey at gmail.com> 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
More information about the PLUG
mailing list