![]() |
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 |
| Parsing log files, displaying logs between specific dates | Rhije | Shell Programming and Scripting | 17 | 05-09-2009 07:37 AM |
| Parsing of file for Report Generation (String parsing and splitting) | umar.shaikh | Shell Programming and Scripting | 8 | 03-02-2009 01:38 AM |
| GNU C library for parsing of XML files | vsanjit | High Level Programming | 1 | 11-10-2008 11:35 AM |
| Parsing Files | almeidamik | Shell Programming and Scripting | 4 | 04-13-2008 10:46 AM |
| parsing files | BG_JrAdmin | Shell Programming and Scripting | 1 | 08-23-2006 11:41 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Parsing files
Hi I have code to parse a properties file (${name}) and put the letters 'XxxX' on the end of each line that has an '=' sign in it. See bellow:
sed -e '/=/s/,/XxxX,/' -e '/=/s/$/XxxX/' "${name}" >"${RESULT}" I want to change this so that it will ONLY do this to lines the DON'T end in '.png' or have '.png' in the line. Can you help me? Thanks! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|