📜  wget 进入文件夹 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:45.312000             🧑  作者: Mango

代码示例1
-O is the option to specify the path of the file you want to download to:

wget  -O /path/to/file.ext

-P is prefix where it will download the file in the directory:

wget  -P /path/to/folder