Tag: url
Download Multiple URLs
September 20, 2008
Command to download a series of urls with zero padding files… for ((i=1;i
Fetch a URL With a Number Series
July 3, 2008
Use this command to download numbered content… for ((i=1; i
Get URL Headers from Linux Command Line
November 10, 2007
Show the headers of an URL from the command line. This will need perl, lwp installed on the system. lwp-request…
Get URL Headers using CURL
September 28, 2007
Show the headers of an URL using Curl curl http://example.com -I
Download Entire Folder using Wget Command in Linux
March 9, 2007
wget -m http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/ -m, –mirror shortcut for -N -r -l inf –no-remove-listing. wget -H -r –level=1 -k -p http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/ -r,…
Recent Comments