Command – |
allows multiple commands to be made in sequence.
Command – Grep
looks for patterns in files and prints all file names with the section to be looked for
Command – head
prints the first 10 lines from a file
Command – tail
prints the last 10 lines from a file
Command – echo
prints a line with whatever was placed after echo.