Prerequisites¶
We decided to use The Command Line 101 course content as course prerequisite.
We assume you know that:
- Tab autocompletes commands
man
shows a manualcat
shows textless
andmore
show scrollable textnano
is a text editorfind
is used for file and directory search.sort
is used to print the output of a file in given orderhead
is used to print the first lines of a filetail
prints the lines at the end of a fileecho
displays lines of text or strings that are passed as arguments