Saturday, May 30, 2015

See content in a gzipped file in Linux

In Linux, to see content in a gzipped file,

you can use `zcat` as follows:

zcat some.gz | head > some.sample.log

No comments:

Post a Comment