I have a file have lots of string tags like </usr/share/some_pattern>, all they have in common is they all begin with a < and end with a >, how can write a bash script to remove all these tags(including the strings inside)?
I have a file have lots of string tags like </usr/share/some_pattern> , all they
Share
1 Answer