GAD

Remove every html tags in a file and output plain text


Project maintained by Haroldgomez777 Hosted on GitHub Pages — Theme by mattgraham

GAD

This is a Program which will remove every html tags in a html file and output the result to a filename you provide, or to a default filename “copy.txt”

Only Available for GNU/Linux

To compile

make

To execute without installing

./gad file1 file2

To install in the System

sudo make install

run after installing

gad file1 file2

Don’t have html files now, But I want to Test this

run

gad example.html
cat copy.txt

if you are in the GAD folder