![]() |
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 print lines till till a pattern is matched in loop | anoopvraj | Shell Programming and Scripting | 3 | 10-30-2008 10:36 PM |
| how to read a file till it encounters a blank line | adityam | UNIX for Dummies Questions & Answers | 1 | 11-26-2007 02:26 AM |
| how to read a file till it encounters a blank line | adityam | Shell Programming and Scripting | 1 | 11-26-2007 02:15 AM |
| how to read a file till it encounters a blank line | adityam | Post Here to Contact Site Administrators and Moderators | 0 | 11-26-2007 01:51 AM |
| need to read a file and keep waiting till it satisfies some condition | senthilk615 | Shell Programming and Scripting | 1 | 03-22-2006 03:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
read file and print additional rows till current year
Hi all
i have a file like 2006,1,2 2007,2,3 2008,3,4 I will read this and my output should be like 2006,1,2 2007,1,2 2008,1,2 2007,2,3 2008,2,3 2008,3,4 Giving the explanation, we will read the first line of the file and if the year any other than current year, we will print as many rows as needed till we reach current year for ex if the first line of the file is like : 2004,3,4 then the output records of that record will be : 2004,3,4 2005,3,4 2006,3,4 2007,3,4 2008,3,4 i hope we can do this by using while, but how can i print all the fields of a singe record to output. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|