[ 永遠的UNIX::UNIX技術資料的寶庫 ]   GB | BIG5

首頁 > 系統管理 > Linux > 正文
Linux 指令篇:編碼壓縮打包--uudecode
http://linuxfab.cx/ (2001-04-30 14:33:11)
名稱:uudecode


使用權限:所有使用者


使用方式:uuencode [-hv] [file1 ...] 


說明: 


uudecode 將 uuencode 編碼的檔案還原, uudecode 只會將 begin 與 end 標記之間的編碼資料還原,程序會跳過標記以外的資料。 



 begin 644 file1.txt
15&AIend
這裡的文字不會被解碼。 
 


參數:
h 列出指令使用格式 (help) 
v 列出版本訊息 


范例:


將 file.uud 還原,而還原的檔名儲存在 file.uud 檔中。 



 uuencode file.uud 
 


可以一起還原好幾個檔案。 

 uuencode file1.uud file2.uud 

(http://www.fanqiang.com)
    進入【UNIX論壇

相關文章
Linux 指令篇:編碼壓縮打包--uuencode (2001-04-30 14:33:42)
Linux 指令篇:編碼壓縮打包--uudecode (2001-04-30 14:33:11)
Linux 指令篇:編碼壓縮打包--compress (2001-04-30 14:32:45)
 

★  樊強制作 歡迎分享  ★