You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
293 B
Plaintext

# Dump $url, do not show links urls
lynx -dump -nolist $url
# Use lynx to run repeating website actions
# For creating your keystroke file, use:
# lynx -cmd_log yourfile
lynx -accept_all_cookies -cmd_script=/your/keystroke-file
# convert html to text
lynx -force_html -stdin -dump -nolist