Changes between Version 2 and Version 3 of jazz/10-07-22


Ignore:
Timestamp:
Jul 23, 2010, 11:26:56 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-07-22

    v2 v3  
    1818# now STDOUT is redirected
    1919exec >&4
     20# now STDERR is redirected
    2021exec 2>&4
     22# generate output to STDOUT, it will also write to $TARGET
    2123date
    2224echo "Date sent to fd4."
     25# generate output to STDERR, it will also write to $TARGET
    2326abc
    24 
    2527}}}