wget -r -np -c xxx-url-xxx
-r: recursive
-np: no-parent
-c: continue
-D: domains to follow, comma separated
-l: level
http://www.labnol.org/software/wget-command-examples/28750/
时间: 2025-01-11 05:39:06
wget -r -np -c xxx-url-xxx
-r: recursive
-np: no-parent
-c: continue
-D: domains to follow, comma separated
-l: level
http://www.labnol.org/software/wget-command-examples/28750/