Changes between Initial Version and Version 1 of jazz/14-04-18
- Timestamp:
- Apr 18, 2014, 5:48:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/14-04-18
v1 v1 1 = 2014-04-18 = 2 3 == 分割壓縮檔 split archive zip / rar file == 4 5 * 今天因為要複製一個 5GB 左右的大檔到 USB 碟,可是該 USB 是 vfat 格式,所以會有單檔無法超過 4.3GB 的限制。 6 * [參考] http://stackoverflow.com/questions/60244/is-there-replacement-for-cat-on-windows 7 * 解法:改用 rar 來做,至少使用者回到 Windows 環境還有機會可以合併回來。 8 {{{ 9 sudo apt-get install rar 10 rar a -v3G <目標檔名>.rar <來源檔名> 11 }}}