Unix
Create an Automated Site Spell Checker
To create our spell checker we’re going to need a script that performs the following tasks.
1. Get a list of all the URLs used on site
2. View content of the pages (without all those HTML tags)
3.
To create our spell checker we’re going to need a script that performs the following tasks.
1. Get a list of all the URLs used on site
2. View content of the pages (without all those HTML tags)
3.