![]() |
|
|
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 |
| Script for pulling words of 4 to 7 characters from a file | Azeus | Shell Programming and Scripting | 2 | 12-07-2008 02:56 PM |
| Display text between two words/characters | cmichaelson | Shell Programming and Scripting | 1 | 11-25-2008 06:04 PM |
| deleting last characters of a word | rajaryan4545 | Shell Programming and Scripting | 3 | 07-16-2008 02:38 AM |
| Deleting First Two Characters On Each Line | scotbuff | Shell Programming and Scripting | 5 | 12-16-2006 01:03 AM |
| Deleting the blank line in a file and counting the characters.... | rkumar28 | Shell Programming and Scripting | 4 | 04-17-2005 01:13 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
deleting symbols and characters between two words
Hi
Please tell me how could i delete symbols, whitespaces, characters, words everything between two words in a line. Let my file is aaa BB ccc ddd eee FF kkk xxx 123456 BB 44^& iop FF 999 xxx uuu rrr BB hhh nnn FF 000 I want to delete everything comes in between BB and FF( deletion includes both the words too i.e. BB and FF) . so that the required output should be aaa kkk xxx 123456 999 xxx uuu rrr 000 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|