ls
list all files in current folder
cd
change directory
cat
display the content of a file
pwd
display the full path name of the current directory
man command_name
display user manual of a command
|
pipes
<
standard input
>
standard output
2>
error output
grep pattern file_name
Grep, global regular expression print