![]() |
|
|
|
|
|||||||
| 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 |
| Regardign strtok() output directing to 2-D string array | SankarV | High Level Programming | 3 | 04-28-2008 06:48 AM |
| C program Output | arunviswanath | High Level Programming | 3 | 07-04-2007 10:16 PM |
| Error re-directing | fermisoft | UNIX for Advanced & Expert Users | 3 | 09-12-2005 11:12 PM |
| Capture output of program to file with limited filesize | spectre_240sx | Shell Programming and Scripting | 7 | 04-13-2005 02:40 PM |
| directing output | Cynergetix | UNIX for Dummies Questions & Answers | 1 | 03-21-2002 08:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Directing program output to a file
When I do
Code:
time tar cvf /dev/st0 /mnt/junk >> /root/benchlog Last edited by jeriryan87; 06-11-2008 at 12:26 PM. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
Code:
/bin/time tar cvf /dev/st0 /mnt/junk 2>> /root/benchlog Code:
{ /bin/time tar cvf /dev/st0 /mnt/junk; } 2>> /root/benchlog
|
|||
| Google The UNIX and Linux Forums |