| tells you where you are |
| list the content of the current directory |
| list the content of a directory |
| go to the specified directory |
| go to your home directory |
| go to the parent directory |
| list the content of a directory in a tree-like format |
| creates specified directory |
| view text with paging |
| prints first lines of a file |
| prints last lines of a file |
| print content of a file into the screen |
| print content of a |
| remove file |
| copy file1 into file2 |
| rename file1 to file2 |
| text editor with graphical user interface |
| text editor with command mode interface (See a-beginners-guide-to-editing-text-files-with-vi) |
| text editor with graphical user interface |
| show lines of text containing a given pattern |
| show lines of text not containing a given pattern |
| sort linesof text files |
| counting words, lines and characters |
| allows to redirect the output to a file |
| allows to send output from one program to another |
| to extract portion of a file by selecting columns |
| input a line of text and display it on standard output |
AWK - UNIX shell programming language. A fast and stable tool for processing text files.
| search for the pattern 'www' in the each line of the file |
| search for pattern 'www' in the third column of the file |
| print every line in the file that is longer than 80 characters |
| print even-numbered lines in the file |
| Number of records |
| Number of fields |
| Field separator character |
| Output field separator character |
See http://www.grymoire.com/Unix/Awk.html and http://www.tutorialspoint.com/awk/awk_basic_examples.htm for more information