//View Tip #666
» Reverse geocode with bash
Similar Tips
» Debian device driver check and report» Reverse geocode with bash
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
If you have a series of actions that you perform with the command line web browser lynx, it is possible to record these and then run them all again later. This can be used to record downloading a file, logging in and checking details or pretty much anything else you can do in lynx.
To record your session do the following:
This will stop recording when you quit lynx. And then to play back those actions:
To record your session do the following:
$ lynx -cmd_log logfilename
This will stop recording when you quit lynx. And then to play back those actions:
lynx -accept_all_cookies -cmd_script=/path/to/logfilename
Comments
Add your comment
No Comments

