Friday, February 23, 2007

Useful UNIX Commands

I will continuously update this posting with useful UNIX commands.

"tac" - reverses a list or a file.
"strace" - traces system calls of a process. Example: "strace -t -T -v -o OUTPUT java".

No comments: