![]() |
|
|
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 |
| creating folder when the string matches | maximas | Shell Programming and Scripting | 2 | 10-04-2007 08:24 AM |
| to create foder when the string matches | maximas | Shell Programming and Scripting | 1 | 09-28-2007 06:23 AM |
| Printing the following line that matches an string | jgarcia | Shell Programming and Scripting | 7 | 05-10-2007 02:31 AM |
| Looking for a string in files and reporting matches | btrotter | Shell Programming and Scripting | 4 | 03-29-2007 10:00 PM |
| String in text matches folder name | shackman66 | Shell Programming and Scripting | 2 | 05-05-2004 06:46 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to remove all matches in a string with sed
if I have "abxcdxefx" and want to remove the x's with sed, how can I do this?
Thanks. WHOOPS: Just remembered: echo "abxcdxefx" | sed s/x//g Thanks for reading, though. Last edited by lumix; 12-14-2007 at 08:13 PM.. Reason: figured it out |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|