![]() |
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 |
| Script required to get a required info from file. Pls. help me. | ntgobinath | Shell Programming and Scripting | 2 | 05-31-2008 08:34 AM |
| auto decode a value to different value | nhatch | Shell Programming and Scripting | 2 | 05-16-2007 12:01 PM |
| Decode email | mskarica | Shell Programming and Scripting | 6 | 03-18-2005 01:31 AM |
| gunzip and base64 decode a string | handak9 | High Level Programming | 2 | 10-23-2004 09:05 PM |
| Please decode in English | ST2000 | Shell Programming and Scripting | 4 | 07-16-2002 01:33 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
DECODE file field is required in Bash
Dear All,
I want to decode the one of the file field. Input file: 9393939393|999|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|2001|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|1500|2009-02-20 00:00:01|2||4587| 2007-02-28 00:00:01|0 9393939393|999|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01| 0 9393939393|1500|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 Required output file: 9393939393|MRP_25|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|MRP_75|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|MRP_50|2009-02-20 00:00:01|2||4587| 2007-02-28 00:00:01|0 9393939393|MRP_25|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01| 0 9393939393|MRP_50|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 Any option is there in UNIX, to decode the field & recreate the new file with the decoded value. Regards Hanuma |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|