pipe (|) operator in Linux command
pipe (|) operator in Linux command Let’s Start understanding from the below example: $ ifconfig | grep 192 inet 192.168.1.96 netmask 255.255.255.0 broadcast 192.168.1.255 Introduction to pipe (|) One of the most powerful shell operators is the pipe (|). The pipe takes the output from one command and uses it as input for another. And, … Read more