formats

Strip or Remove HTML Tags

Published on November 30, 2010, by + in linux, osx.

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).

Home Posts tagged "remove tags"