![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| how to make a line BLINKING in output and also how to increase font size in output | mail2sant | Shell Programming and Scripting | 3 | 04-14-2008 08:30 AM |
| How to Change Uname output? | redstaing | Shell Programming and Scripting | 9 | 04-07-2008 11:31 PM |
| Hw to change the font of output in perl | trupti_rinku | Shell Programming and Scripting | 2 | 11-14-2006 10:59 AM |
| How to Change Uname output? | pop_black | Shell Programming and Scripting | 3 | 09-12-2006 02:02 PM |
| Change tcp/ip | sinardy | UNIX for Dummies Questions & Answers | 3 | 09-17-2001 03:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
change the output
I have a applicaton , when run /tmp/my_script , that will output the result to the screen ( as below ) , the output is very long ( about 1500 lines ) , I have a program ( as below ) that will show the output with function 1 > 1 , it works fine , however , the output only show page 1 of this 1500 lines ( round 60 lines output is shown ) , can advise what is wrong , how to output all 1500 lines ? besides , if I want the output only have fisrt two column ( date & time in my case ) , the number column do not show , can advise how to change my program ? thx in advance.
the result ====== 04/15/07 01:00:00 1 8 7 8 5 8 4 5 5 7 04/15/07 02:00:00 1 2 58 7 5 6 4 1 8 " " " (total 1500 lines ) My program ======= #vi /tmp/my_program #/bin/ksh /tmp/my_script <<EOF sleep 1 sleep 1 EOF |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|