This is an old revision of the document!
A few nice Unix commands.
for i in `ls -1 | grep -v <filetokeep>`; do rm -rf $i; done
To reload .emacs: M-x load-file ~/.emacs
tar -xvf <thetar.tar> <thefile>
tar -xvf <thetar.tar> -C <thedir>
More exactly, it'll convert from “AA BB CC” to “0xAA, 0xBB, 0xCC” with each line having 8 bytes.
hexdump -v -e '8/1 "0x%02x, "' -e '"\n"' <filetodump>
Take a screenshot
$ xwd -root -out scrdump
View a screenshot
$ xwud -in scrdump