Extending the shell functionality to provide additional piping functionality It allows output of one command to go to as many commands as needed by using new operators (||, |||, ||||, ...) and #
Note: for a complete C based implementation of shell with this piping features and additional features Refer to: