decompress a bunch of .gz files

Magnus L. Hetland mlh at vier.idi.ntnu.no
Fri Nov 26 09:02:02 EST 1999


Charles G Waldman <cgw at fnal.gov> writes:

> Adrian Eyre writes:
>  > > I'm searching for a way to decompress all .gz
>  > > files in a directory automatically.
>  > 
>  > Unix:
>  > 
>  > #!/bin/sh
>  > for file in *.gz; do gunzip $file; done
> 
> Or just:
>    
>  gunzip *.gz

Or just

   gunzip *

:)

--

  Magnus          Echelon jamming noise:
  Lie             FBI CIA NSA Handgun Assault Bomb Drug Terrorism
  Hetland         Special Forces Delta Force AK47 Hillary Clinton 




More information about the Python-list mailing list