HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.
2
votes
1answer
168 views
Web front-end to find/grep/ack
In my lab, we are trying to build a web that allows the user to enter queries for find, ack, grep on a specific directory. The web would return an HTML with a table of a list of clickable files (click ...