답변:
에 대한 -nc
( --no-clobber
) 옵션이 wget
있습니다.
보낸 사람 wget --help
:
....
-i, --input-file=FILE download URLs found in local or external FILE.
....
-nc, --no-clobber skip downloads that would download to
existing files.
-c, --continue resume getting a partially-downloaded file.
....
나는 포함했다 --continue
당신이 중단 된 다운로드를 복구하려는 경우 도움이 될 수있는 것처럼 보였다 때문에,하지만 당신은 원래의 질문에 대답 할 필요가 없습니다.