我正在尝试使用wget. 相关的 URL 存储在文件中url.txt。使用该命令时,wget --content-disposition -i url.txt它找不到 .txt 文件。
wget
url.txt
wget --content-disposition -i url.txt
我必须在哪里存储 url.txt 文件?
wget ×1