23 Nov 2006 at 05:06 #1 PaulStat PaulStat Soldato Joined 1 Mar 2003 Posts 5,508 Location Cotham, Bristol Hi folks, what does the following command do in Unix???? Code: find $opWD/$opFam/$opAppli/macro -name 300dpi_pcx -prune -o -type f -name "*.pcx" -ctime +7 -exec rm -f {} \; Edit: Woops wrong section
Hi folks, what does the following command do in Unix???? Code: find $opWD/$opFam/$opAppli/macro -name 300dpi_pcx -prune -o -type f -name "*.pcx" -ctime +7 -exec rm -f {} \; Edit: Woops wrong section
23 Nov 2006 at 06:14 #2 Roland0 Roland0 Associate Joined 9 Nov 2005 Posts 767 Location places.. Somthing like finds all PCX files? not sure what all the params do