請問如何在命令列模式下面直接下載檔案 - Linux

Table of Contents

※ 引述《[email protected] (goodman)》之銘言:
: wget 網址/檔名
: ==> 在 [email protected] (因為了解產生感動) 的文章中提到:
: > 小弟是新新新手
: > 如題
: > 想請問一下如果已知要的檔案的網址
: > 如何不進入X
: > 直接用命令列模式下載

如果下載的檔案比較大的話,

用 "nohup [command] &" 丟到背景作業,

還可以繼續做其他的事,

例如: nohup wget http://xxx &

之後在這個目錄下會有一個 nohup.out 的檔案,

裡面是下載過程的紀錄。


--

All Comments

Xanthe avatarXanthe2008-09-28
wget 可以用 -b