![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| creating folder when the string matches | maximas | Shell Programming and Scripting | 2 | 10-04-2007 04:24 AM |
| to create foder when the string matches | maximas | Shell Programming and Scripting | 1 | 09-28-2007 02:23 AM |
| Printing the following line that matches an string | jgarcia | Shell Programming and Scripting | 7 | 05-09-2007 10:31 PM |
| Looking for a string in files and reporting matches | btrotter | Shell Programming and Scripting | 4 | 03-29-2007 06:00 PM |
| String in text matches folder name | shackman66 | Shell Programming and Scripting | 2 | 05-05-2004 02:46 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 05:13 PM. Reason: figured it out |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|