/extended-shell

Adding increased pipe functionality on top of existing shell

Primary LanguagePython

Extending Pipe Functionality using Python

Author: T Dinesh Ram Kumar

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: this works on top of shell

Note: for a complete C based implementation of shell with this piping features and additional features Refer to: