Execute pipeline, which will then start producer and consumer in such a way that standard output from producer is piped into standard input of consumer. The file items is read in by producer and written to its standard output. consumer reads it standard input and writes it to its standard output. the result is, that items is written to standard output.