Results 1 to 2 of 2
Hello Everyone,
Can someone advise how to get HTML output from shell scripts. Please share the steps if anyone knows about this.
Thanks in advance.
Regards,
Sachikanta...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-28-2012 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 11
How to get html output from shell script.
Hello Everyone,
Can someone advise how to get HTML output from shell scripts. Please share the steps if anyone knows about this.
Thanks in advance.
Regards,
Sachikanta
- 07-02-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,694
wget can do this:
read the wget man page for all the options (there are many!)Code:wget -O index.html http://www.example.com


Reply With Quote
