Filter & Pipes Examples
[Overview]

Filter & Pipes Examples

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)




examples assembled by andreas schmidt for the DBKDA 2021 conference