![]() |
|
|
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 |
| Read the csv file and assign the values in to variable | rajbal | Shell Programming and Scripting | 11 | 06-27-2009 02:17 PM |
| read and assign each character from the string to a variable | Tek-E | Shell Programming and Scripting | 1 | 01-26-2009 06:12 AM |
| how can i read text file and assign its values to variables using shell | rosalinda | Shell Programming and Scripting | 4 | 08-26-2008 06:20 AM |
| How to Read a config file and Assign to Variable | redlotus72 | UNIX for Dummies Questions & Answers | 1 | 11-13-2006 12:14 PM |
| How can I read variable values from file? | redlotus72 | UNIX for Dummies Questions & Answers | 1 | 03-14-2005 05:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i have a file in this format
curyymm PRVYYMM CDDMmmYY bddMmmyy eddMmmyy --------- ------- ------------ ---------- ----------- 0906 0905 09Jun09 01Jun09 30Jun09 ----------- --------- ------------ ------------ ----------- i need to read the third line and write a new file like this curyymm = 0906 PRVYYMM = 0905 CDDMmmYY = 09Jun09 bddMmmyy = 01Jun09 eddMmmyy = 30Jun09 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|