I need to use wget to download a file to the directory /var/cache/foobar/ (so, as an example, if I download stackexchange-site-list.txt, it'd be downloaded to /var/cache/foobar/stackexchange-site-list.txt)
Is this possible? curl would also be an option, but I'd prefer to not use curl, since it's not installed by default.