Remove everything in between two words from a file...
You can use the script below if you want to remove lines/words in between two specific words. Run it like: “./scriptname filename” where filename is name of the file from which you want to remove.
You will have to edit following fields in the script:
“Remove from”
“Remove upto here”
The script will match first occurence of “Remove from” and will remove upto the first occurence...
