#
start comment on line. For examples # shall denote a file or argument of a command to facilitate examples
#cmd_output > #file
write output of command to file#cmd_output >> #file
append output to file#cmd_output | #cmd
redirect output to a command's input#cmd1 && #cmd2
runs second command only if first one exited succesfully#cmd &
runs command in background