Tagged Questions
5
votes
1answer
563 views
Running cron script with lynx fails to work
I'm trying to automate a login process that can only be done through a browser. I am using the lynx browser to script the actions required to do this. Lynx does this by dumping a user's keystrokes ...
5
votes
1answer
878 views
Converting html table into ncurses-like ascii table?
I have some documentation in an html table. I want to convert the table to an ascii table, like you see when you get a mysql command line result back, like this:
+------------+------------+
| header ...