gpt4 book ai didi

download - 如何更改使用 wget 下载的文件的文件名?

转载 作者:行者123 更新时间:2023-12-03 03:54:51 29 4
gpt4 key购买 nike

我正在从 www.examplesite.com/textfile.txt 下载文件

运行以下命令时

wget www.examplesite.com/textfile.txt

文件保存为文本文件。如何将其另存为 newfile.txt

最佳答案

使用-O file选项。

例如

wget google.com
...
16:07:52 (538.47 MB/s) - `index.html' saved [10728]

对比

wget -O foo.html google.com
...
16:08:00 (1.57 MB/s) - `foo.html' saved [10728]

关于download - 如何更改使用 wget 下载的文件的文件名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16678487/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com