Commonly Used Linux Commands

Some Linux commands I find useful.

tar -xvjpf file.tar.bz2
bunzip2 file.bz2

tar -xzf file.tgz
find . -name file.txt -print