Using "wget" to check web server status

Please use this

# wget -O - | grep

-O : indicate output filename
- : send content to std output

ref www.terminalinflection.com/using-wget-to-test-web-server-connectivity/

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade