Hi, Is it possible to redirect stdout, stderr of the current shell something like : exec xx > test.log 2> test.err Thanks in advance
![]() |
0 |
![]() |
astalavista wrote: > Hi, > > Is it possible to redirect > stdout, stderr of the current shell > something like : > exec xx > test.log 2> test.err exec > test.log 2> test.err (Not sure how that would make sense in an interactive shell, though.) Janis > > Thanks in advance > >
![]() |
0 |
![]() |
"Janis Papanagnou" <Janis_Papanagnou@hotmail.com> a �crit dans le message de news: fihv01$rv5$1@online.de... > astalavista wrote: >> Hi, >> >> Is it possible to redirect >> stdout, stderr of the current shell >> something like : >> exec xx > test.log 2> test.err > > exec > test.log 2> test.err > > (Not sure how that would make sense in an interactive shell, though.) Thanks yes it is in a script ...
![]() |
0 |
![]() |