Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade of "pipework" -- including piping to/from shell commandsex11p | Chris Hall | 2011-03-21 | 1 | -193/+331 |
| | | | | | | Version 0.99.15ex11p A major overhaul. | ||||
* | Initial commit to seed the "pipework" branchex10p | Chris Hall | 2011-02-13 | 1 | -0/+460 |
This is a major revision of the command processing, in order to support new lexical level for command lines, plus all the necessary I/O redirection for the pipes. This is version 0.99.15ex10p. This supports: < filename <+ filename .... > filename .... >> filename .... >* Also contains all lexical level handling of '...', "...." and \x in order to allow use of '>' et al if required. Updated command line completion and help is a work in progress. |