Open
Description
EDITED I'm not sure what the different options are regarding stdio, so here are some suggestions
Current list:
- Run an external command and process stdout
- Run an external command passing it stdin and check for an error code
- Run piped external commands
- Measure elapsed time
- Redirect both stdout and stderr of child process to the same file
- Process child process output continuously
- Get files in directory modified in the last 24 hours
- Implement FromStr
- Read Environment variable to find Configuration file
- Implement Display and Debug and Hash