The Archives
-
03.16.09Ten largest files/dirs$ du -sm * | sort -rn | head -10 Shows the ten largest files/dirs in the working directory. I find it very useful when I need more free space.
-
07.01.08Time of last system shutdown$ last -x | grep shutdown | head -1 shutdown system down 2.6.24-16 Tue Jun 24 13:31 - 15:08 (01:37) This command displays the time of the last system shutdown.