unhtml
Remove the markup tags from an HTML file
Install
- All systems
-
curl cmd.cat/unhtml.sh
- Debian
-
apt-get install unhtml
- Ubuntu
-
apt-get install unhtml
- Kali Linux
-
apt-get install unhtml
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unhtml
- Raspbian
-
apt-get install unhtml
- Dockerfile
- dockerfile.run/unhtml
unhtml
Remove the markup tags from an HTML file
This program removes all HTML tags from an HTML file and directs its output to stdout. It can be used as a filter for getting the text content of an HTML file without the need of firing up a web browser.