Looking at the contents of gzip files on the fly
This command basically un-gzips a file and pipes it to less/more. Very useful for looking in log files. The -c means output to standard out gunzip -c LOGFILE | less
Read More »This command basically un-gzips a file and pipes it to less/more. Very useful for looking in log files. The -c means output to standard out gunzip -c LOGFILE | less
Read More »If you ever need to quickly find out what operating system you are currently using, use this little command uname -a
Read More »du -xk | sort -n
Read More »