Quick help needed ASAP

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
 
Back
Top Bottom