Commands I use all the time in Debian Lenny
- show what version of Debian is installed
$ cat /etc/debian_version
- look at all the times I used ‘whatever’ on the command line
$ cat ~/.bash_history | grep "whatever"
$ cat /etc/debian_version
$ cat ~/.bash_history | grep "whatever"