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