[TLUG] 有關LINUX下的壓縮

Liande Jeng (鄭廉德) tlug@linux.org.tw
Fri, 21 Jul 2000 10:45:14 +0800


chi wrote:
> 請教各位:
> 如果我想將LINUX下某個目錄內的檔案,如果檔案日期在某個期間內的,便將它們
> 壓成ZIP的格式,請問我該用何種壓縮軟體,TAR 或 ZIP?參數該如何下?
>  
> 謝謝各位的指教!
>  
> from chi
> 


zip -rt 050100 /tmp/xxx *
or
tar cvfz /tmp/x.tar.gz `find . -mtime -365 -mtime +200`
 

Regards,

Liande Jeng (鄭廉德)
To Unsubscribe: send mail to majordomo@linux.org.tw
with "unsubscribe tlug" in the body of the message