QuickCommands
- March 8th, 2010
- Posted in Linux
- By Mr. Nerd
- Write comment
This is a list of useful command/parameter combinations I always keep forgetting.
Spellcheck a LaTeX document using aspell
aspell --mode=tex --lang=en_US -c fileToCheck.tex
Using find with commands
find . -iname “pattern” -exec rm -rf ‘{}’ \;Add a new virtual interface
ifconfig eth0 add 1.1.1.1