Using sed to delete everything between two words? – unix.stackexchange.com
This doesn't seem to work The next example would delete everything between
"ONE" and "TWO:" #!/bin/sh sed ' /ONE/ { # append a line N # search for
TWO on the second line /\n.*TWO/ { # ...
No comments:
Post a Comment