Can anyone show me a simpler way: (use find!)

Larry Williamson larry at focsys.uucp
Tue Oct 16 23:32:09 AEST 1990


In article <40852 at eerie.acsu.Buffalo.EDU> James H. Cloos writes:
 > uncompress `du -a . | egrep .Z | awk '{print $2}' -`

find . -name '*.Z' -exec uncompress \{\} \;

-Larry



More information about the Comp.unix.questions mailing list