GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   WGET & save as /path/to/file.html (https://gfy.com/showthread.php?t=374433)

http 10-19-2004 05:34 PM

WGET & save as /path/to/file.html
 
I couldn't find this in google

I want to WGET a URL and save it (exactly) as /path/../../blabla.html


The URL (I am WGET'ing), and path & name of the saved file have no relation.

I'd like to

wget 'URL...' save as '/path/to/file.html'


Right now I WGET it and 'mv' it to the proper place, but there must be a built in, less cpu/disk consuming way to do this?

http 10-19-2004 05:35 PM

only the URL (html), no recursive retrieving of the whole site, or downloading the images, or following links etc etc

Juicy D. Links 10-19-2004 05:50 PM

bump for a juicy post

Peacemaker 10-19-2004 05:58 PM

wget -O /path/../../blabla.html http://theurl.com

Peacemaker 10-19-2004 05:59 PM

Quote:

Originally posted by Peacemaker
wget -O /path/../../blabla.html http://theurl.com
-O is NOT a Zero :)

http 10-19-2004 08:35 PM

Quote:

Originally posted by Peacemaker
wget -O /path/../../blabla.html http://theurl.com
Kickass!

Thanks a lot :)


All times are GMT -7. The time now is 07:17 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123