wget
이 옵션을 사용하여 이미 존재하는 파일을 다운로드하려고 하면 --no-clobber
예상대로 작동하지만 종료 코드로 1
인해 스크립트가 중단됩니다. 종료 코드가 나타나는 이유는 무엇입니까 1
? 어떻게 해결할 수 있나요?
$ wget -nc --continue --output-document "/User/Downloads/download.txt" "https://example.com/download.txt"
File ‘/User/Downloads/download.txt’ already there; not retrieving.
$ echo $?
1