dimanche 8 mars 2015

Is it possible to split the output signal of a command into more than one command ?


As far as I know, I can use the tee command to split the standard output onto the screen and further files:


command -option1 -option2 argument | tee file1 file2 file3


Is it possible to split the output signal instead of files onto commands, so that I could theoretically create a network of commands ?



Aucun commentaire:

Enregistrer un commentaire