Hello, I need to make a script that would grab a source code of a web page and dump it in a file. What do you recommend to use (on linux). Thanks!!
Great thanks. Rep given. This probably looks strange with the link in my sig, but that's my friends page, I am writing a shell script and I don't want to bother him for such a small thing rep given
You may also use lynx, as an example: lynx -source http://www.daniel15.net/ Although using wget or curl is better