cleanup script needed

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Mar 5 18:22:14 AEST 1989


In article <15659 at oberon.USC.EDU> rkumar at buddha.usc.edu () writes:
>Will rm -r *.dvi do the job?

No, try	"find . -name '*.dvi' -print | xargs rm".

>Any quick way to search for a file, given its name/template?

"find . -name whatever -print"



More information about the Comp.unix.questions mailing list