![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| who truncates the output? redirection? tty? Bug? | fredy | UNIX for Advanced & Expert Users | 7 | 12-09-2006 11:21 PM |
| Redirection of output (for logging) | _Spare_Ribs_ | Shell Programming and Scripting | 3 | 12-04-2006 11:17 AM |
| permanent redirection of standard input | gfhgfnhhn | Shell Programming and Scripting | 6 | 11-01-2006 01:52 AM |
| redirection of ladebug output | yakari | UNIX for Advanced & Expert Users | 2 | 10-05-2006 11:23 PM |
| Bash multiple output redirection | yoi2hot4ya | Shell Programming and Scripting | 2 | 05-31-2005 09:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Standard output and redirection
Hello,
Is is possible to redirect stdout to a file as well as to the console/screen or display in ksh. any thoughts suggestions/input is appreciated. Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Use Tee
ls -lt | wc -l | tee /dev/tty file.txt |
|
#3
|
|||
|
|||
|
Thanks. I will use tee command.
|
|||
| Google The UNIX and Linux Forums |