Linux

Explain piping. How do you perform piping?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Using a pipe in Linux, allows you to send the output of one command to the input of another command. For example: cat /etc/services | wc -l