![]() |
|
|
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 |
| Command display output on console and simultaneously save the command and its output | satimis | UNIX for Dummies Questions & Answers | 7 | 01-25-2009 08:27 PM |
| How to compare 2 file to newfile...... | ooilinlove | Shell Programming and Scripting | 1 | 08-21-2008 04:36 AM |
| Putting screen output in a log file | nsutti | Shell Programming and Scripting | 5 | 11-06-2007 05:47 PM |
| Putting Wallpaper on the Desktop | pireifej | UNIX for Dummies Questions & Answers | 3 | 06-13-2006 10:42 AM |
| Putting pC on network | Rush | UNIX for Dummies Questions & Answers | 1 | 11-22-2002 04:33 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Getting command output and putting into newfile
Hello All, I am using the below code: Code:
#!/bin/sh /omp/bin/TICLI "op:alarm,all" > filename for getting command output and then putting the output into newfile but the problem is this, that not the complete output goes into newfile and the script stops. for example: if this commands gives this output cell 1 cell 2 cell 3 cell 4 but the newfile contains only this: cell 1 cell 2 Please tell how i can get the complete output. Regards, Waqas Ahmed |
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|