cleanup script needed

WU SHI-KUEI wu at spot.Colorado.EDU
Mon Mar 6 05:06:59 AEST 1989


find . \( -name "*.dvi*" -o -name "*.aux*" \) -ok rm {} \;

should do it - if you don't want to confirm every 'rm' command, use
-exec instead of -ok.  See the manual page!!



More information about the Comp.unix.questions mailing list