curl IPorURL #Prints page source curl IPorURL -o result.txt #Saves the result on a file curl -s IPorURL #Silent mode, omits progress information
curl -s IP/file.xml | xmllint --format - #Prints .xml file in an easy to read format
Last updated 11 months ago