![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help needed | nnayagam | Shell Programming and Scripting | 2 | 03-07-2008 06:34 AM |
| Little help needed. | Netghost | AIX | 5 | 08-10-2006 03:29 PM |
| Help needed | dsravan | Shell Programming and Scripting | 2 | 07-20-2006 10:37 AM |
| awk help needed. | cskumar | Shell Programming and Scripting | 0 | 07-20-2006 08:24 AM |
| Sed help needed | stevefox | Shell Programming and Scripting | 5 | 12-05-2005 01:44 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed help needed
Hi there,
I have a folder with many files where the first line has almost the same pattern in all the files and I want to replace this one with another which is going to be the same in all the files. So the first line of all the files begins like UNB+IATA:1+CHUAGT87HUUPSS/BUD01:PIMA and I want to replace this one UNB+IATA:1+REUAGT87GLSEHDQ/FRA16:PIMA I tried the following but it doesn't see to do anything. Code:
grep 'UNB+IATA:1+[A-Z,0-9]\{1,\}\/\{0,\}[A-Z,0-9]\{0,\}:PIMA' *.msg|sed 's/UNB+IATA:1+[A-Z,0-9]\{1,\}\/\{0,\}[A-Z,0-9]\{0,\}:PIMA/UNB+IATA:1+REUAGT87GLSEHDQ/FRA16:PIMA'
sed: -e expression #1, char 85: unknown option to `s' or sed: -e expression #1, char 2: extra characters after command can somebody please advise? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|