Quote:
|
I am trying to figure out what the correct command and syntax is while inside links to output the html, php page to a plain text file and save it locally.
|
Inside (e)links: ALT+f,d (save as formatted document).
Quote:
|
I know that there is a -dump command. I don't understand how to use it though.
|
Outside (e)links: links -dump "http://www.linuxquestions.org/questions/showthread.php?t=569803". Don't forget to quote (or escape chars) the URI if you encounter chars in your URI your shell may interprete as job control, wildcards or similar.