March 2011
1 post
3 tags
really simple things
I use shell pipes and redirection all the time, but I don’t use them enough. A good example here.
$ gzip -cd /var/log/messages.1.gz | less
Totally simple I know but it’s useful