Reputation: 457
How would I remove all text between certain delimiters.
example:
hello;you;are;nice
returns:
hello;you;nice
in sed, i know how to remove text before the first delimiter and after the last, but not sure otherwise...
thanks as always to everyone.
Upvotes: 1
Views: 1113