![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| let curl output to stdout AND save to a file | scarfake | Shell Programming and Scripting | 3 | 05-31-2008 05:16 PM |
| getting stderr & stdout output lively modified | teo ramirez | Shell Programming and Scripting | 2 | 10-08-2007 02:06 AM |
| problem with redirect stdout to file | mlucas | UNIX for Advanced & Expert Users | 3 | 12-06-2006 10:53 AM |
| Script Output Woes (stdout?) | c0nn0r | Shell Programming and Scripting | 2 | 07-09-2006 06:22 PM |
| sending syslog output to stderr or stdout | dmirza | UNIX for Advanced & Expert Users | 1 | 10-24-2005 07:41 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Dual output (stdout and file)
Hello everybody,
Is there a more elegant way to make dual output (display on standard output and append to a file) while I'm executing a shell script, besides duplicating the echo command for every string? echo "Message..." > 1 echo "Message..." >> myfile.out Thank you for your time, Adrian |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|