13 August 2008

useful commands in the unix world part 1

This list will be sporadically updated...

history | awk '{print $2}' | sort | uniq -c | sort -rn | head

file /path/to/file

Some links: