Major Member
|
剛剛試了一下,要切割檔案的話用split:
split -b 680 m test.tar.gz new_
這樣就會把檔案切成每個680MB,
然後切出來的檔案檔名是 new_aa, new_ab...
要把切割的檔案組合起來的話用cat:
cat new_* > test.tar.gz
應該可以用,試試看吧 
__________________
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master.
|