man command
Make File View File Modify File Find File Zip File
touch file head cp find tar -zcvf fiel
mkdir file tail rename locat gzip -d file.tar.gz
vi :wq! cat mv which tar -xvf file.tar
more rm grep
less egrep
page
find . -name "*parttern*"
find path -type f -name "*digits*"
grep -E "target" file | egrep "(target1)|(target2)" | more
^[0-9]+:.*/r/n
^[0-9]+[/].*[>]/r/n
ll = ls -al
pwd
cd
dos2unix
unix2dos
Author: David