Explain piping. How do you perform piping?
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
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