Changes between Version 4 and Version 5 of TrainingMaterial/RedHatCertifiedEngineer/Rh033Slides/Unit7StandardIoAndPipes
- Timestamp:
- 02/28/10 20:09:44 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrainingMaterial/RedHatCertifiedEngineer/Rh033Slides/Unit7StandardIoAndPipes
v4 v5 27 27 28 28 * Operators can be used to store output and errors: 29 {{{$ find /etc -name passwd > find.out 29 {{{ 30 $ find /etc -name passwd > find.out 30 31 $ find /etc -name passwd 2> /dev/null 31 32 $ find /etc -name passwd > find.out 2> find.err