Jason Davis wrote: > Hello, > I have read the man page for unzip. I did not see a flag to read from > STDIN. Is this possible? You mean gunzip, right? This: cat foo.gz | gunzip > foo works fine. No switches required (there is an example in the man page using gzip this way). HTH, Dave