In-/Output Redirection | : Pipe operator: Connect STDOUT of a command with STDIN of the next command > : Redirect Standard Output (into file) < : Redirect Standard Input (from file) 2> : Redirect Standard Error (into file) >> : Redirect Standard Output (append into file)