| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-19 | GF shell: improved system_pipe (aka "?") command | hallgren | |
| 1. No temporary files are created. 2. The output of a system command is read lazily, making it feasible to process large or even infinite output, e.g. the following works as expected: ? "yes" | ? "head -5" | ps -lextext | |||
