Strip or Remove HTML Tags | Here is how to easily strip or remove html tags from a file using sed. (View full post for proper syntax!) sed -e ‘s/]*>//g’ myfile.txt > myfilenew.txt This will strip tags from any sort of text file (html, csv, txt).
Strip or Remove HTML Tags | Here is how to easily strip or remove html tags from a file using sed. (View full post for proper syntax!) sed -e ‘s/]*>//g’ myfile.txt > myfilenew.txt This will strip tags from any sort of text file (html, csv, txt).