Shell Data Processing - Pipe ( command to command redirection)
“” The pipe is a redirection operator held to transmit the stream output (stdout or sterr) of a command to another as stream input. One or more pipe operators followed by command forms a pipeline....