Open a URL from Linux Terminal
$] wget -p https://srpatcha.blogspot.com
$] wget -p https://srpatcha.blogspot.com -O /dev/null
Command to open a URL with options
$] wget -p --no-check-certificate https://srpatcha.blogspot.com -O /dev/null
$] wget --timestamping --no-check-certificate https://srpatcha.blogspot.com -O /dev/null
No comments:
Post a Comment