| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Is it possible to redirect stdout and stderr to a file? Please show me how it works. Thank you Georg |
|
#2
|
| schliz wrote: > Is it possible to redirect stdout and stderr to a file? foo.exe > output.txt 2>&1 Uli -- Sator Laser GmbH Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 |
|
#3
|
| On 25 Jun., 14:47, Ulrich Eckhardt > schliz wrote: > > Is it possible to redirect stdout and stderr to a file? > > foo.exe > output.txt 2>&1 > > Uli > > -- > Sator Laser GmbH > Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 Thank you. Georg |