如何在wget中使用变量url和varible destination-output-file

时间:2015-12-20 10:42:32

标签: ruby wget

我尝试执行以下ruby脚本:

file_name = "/Users/x/y/z.zip"
url = "http://something.com/z.zip"
system('wget #{url} -O #{file_name}')

但是我收到了一个错误:

Error:
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.

我错过了什么?

0 个答案:

没有答案