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