diff -r 297da74fcab2 -r ee7e96151673 relpipe-data/index.xml --- a/relpipe-data/index.xml Sun Nov 25 01:03:26 2018 +0100 +++ b/relpipe-data/index.xml Sun Nov 25 19:58:06 2018 +0100 @@ -20,10 +20,14 @@ Each running program (process) has one input stream (called standard input or STDIN) and one output stream (called standard output or STDOUT) and also one additional output stream for logging/errors/warnings (STDERR). We can connect programs and pass the STDOUT of first one to the STDIN of the second one (etc.) using pipes.

+ +

+ A classic pipeline example (explained): +

+ + + +

Bytes, text, structured data? XML, YAML, JSON, ASN.1

+ +

Rules:

+ + + +

What are?

@@ -101,12 +118,12 @@