[解決済み] wgetでダウンロード先を指定するには?
2022-03-18 14:10:19
質問
tmp/cron_test/にファイルをダウンロードする必要があります。私のwgetコードは
wget --random-wait -r -p -nd -e robots=off -A".pdf" -U mozilla http://math.stanford.edu/undergrad/
ということは、何かディレクトリを指定するパラメータがあるのでしょうか?
どのように解決するのですか?
マニュアルページより
-P prefix
--directory-prefix=prefix
Set directory prefix to prefix. The directory prefix is the
directory where all other files and sub-directories will be
saved to, i.e. the top of the retrieval tree. The default
is . (the current directory).
そのため
-P /tmp/cron_test/
(短縮形) または
--directory-prefix=/tmp/cron_test/
(長い形式)をコマンドに追加してください。また、ディレクトリが存在しない場合、作成されることに注意してください。
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン