Changeset 25811 in project
- Timestamp:
- 01/14/12 20:58:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/shell
r22805 r25811 29 29 Similar to {{run}} but returns the return status of each command 30 30 as multiple result values. 31 32 === capture 33 34 <syntax>(capture COMMAND ...)</syntax> 35 36 Similar to {{run}} but captures everything written by the subprocess 37 to stdout and returns the output as a string. In case the command fails, 38 an empty string is returned (there is currently no way to distinguish 39 between a failed command and one that produces no output). 31 40 32 41 === shell … … 69 78 === Version History 70 79 80 ; 0.3 : added {capture} 71 81 ; 0.1 : initial version 72 82
Note: See TracChangeset
for help on using the changeset viewer.