WGET命令在终端(MAC)中使用brew

发布于 2025-02-09 03:08:58 字数 284 浏览 2 评论 0原文

wget -E -H -k -K -p -e robots=off -P ./images/ -i./list.txt
./list.txt: No such file or directory
No URLs found in ./list.txt.
Converted links in 0 files in 0 seconds.

我下载并安装了啤酒。此外,我安装了WGET,它让我一次下载图像。但是,当我尝试使用上述命令从多个URL下载图像时,它没有做任何事情。有人可以告诉我我在这里做错了什么吗?

wget -E -H -k -K -p -e robots=off -P ./images/ -i./list.txt
./list.txt: No such file or directory
No URLs found in ./list.txt.
Converted links in 0 files in 0 seconds.

I downloaded and installed brew. Further, I installed wget and it's letting me download images one image at a time. However, when I tried the aforementioned command to download images from multiple urls, it's not doing anything. Can someone tell me what I could be doing wrong here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七色彩虹 2025-02-16 03:08:59

WGET非常清晰,问题的描述

./list.txt: No such file or directory

显然没有名为list.txt内部的文件。请尝试为list.txt提供完整的路径。

wget is pretty lucid with description of issue

./list.txt: No such file or directory

apparently there is not file named list.txt inside current dir. Please trying giving full path to list.txt.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文