find pathname -name '*filename*'
tar -xvf file.tar (extracts the tar file)
tar -cvf directory.tar directory (tars directory to become directory.tar)
diff -bBdc oldfile newfile (difference between files)
in emacs, you can get a control character by doing ctrl-q then ctrl-whatever, in unix, the character return is a ctrl-j
in emacs, change the encoding using C-x C-m f utf-8
restorecon -R -v '/var/www/html/rawdon'


back to my main page