While using the command line, you can directly pass the output of one program (for example a tool that generates some system information or statistics) as input for another program (such as text-filtering or pattern searching tools like grep, sed or awk, for further processing), using a pipeline.
Originally Published at https://www.tecmint.com/run-commands-from-standard-input-using-tee-and-xargs-in-linux/