【发布时间】:2021-07-18 18:35:43
【问题描述】:
我有一个链接列表,但有些链接具有相同名称的不同文件。这是我的to_download.txt 文件的 sn-p:
https://www.url.domain/world/2000/may/15/one
https://www.url.domain/world/2000/nov/07/two
https://www.url.domain/world/2000/nov/17/three
https://www.url.domain/world/2000/apr/17/two
https://www.url.domain/world/2000/feb/13/one
https://www.url.domain/world/2000/jun/26/three
https://www.url.domain/world/2000/apr/25/one
当我使用wget -i /to_download.txt 时,对于具有重复文件名的URL,只有一个文件(一个one、一个two、一个three,等等)
【问题讨论】: