![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue with Sed Command | raghav1982 | Shell Programming and Scripting | 6 | 06-22-2009 04:46 PM |
| WC command Issue | mraghunandanan | UNIX for Dummies Questions & Answers | 5 | 05-28-2009 10:29 AM |
| cp command issue. | sai_nj | UNIX for Dummies Questions & Answers | 4 | 06-12-2007 01:15 PM |
| Tar command issue | ajayyadavmca | HP-UX | 2 | 05-02-2007 11:42 AM |
| AIX 5.3 - Issue with using at command | vigsgb | AIX | 2 | 08-03-2005 09:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Issue with sed command
Hi,
I have to replace the character AL2 with AL16 which I have in one of my text file . I used the sed command like this sed 's/sed 's/AL2/AL16/g' test_carr.dat>test_carr1.dat But it is not replacing this value to the output file. The test_carr.dat file contains data like this cat test_carr.dat AL2.mac_cd LIKE '%4M%' OR AL2.mac_cd LIKE '%CM%' OR AL2.mac_cd LIKE '%FJ%' OR AL2.mac_cd LIKE '%IR%' OR AL2.mac_cd LIKE '%KU%' OR AL2.mac_cd LIKE '%OM%' OR AL2.mac_cd LIKE '%PG%' Could you please help me to resolve this.? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|