Tagged Questions
3
votes
2answers
286 views
Run shell scripts through a website
I have been reading and searching on what is the best way to run my shell scripts through a website.
My goals are as follows:
Browse a folder
Select folder or contents
onclick will run script
...
7
votes
2answers
4k views
Parse html on Linux
I have a couple of hundred html source code files. I need to extract the contents of a particular <div> element from each of these file so I'm going to write a script to loop through each file. ...