tar -cf - large_file_or_dir | split -b 20m -d - _backup.tar. ... sort | xargs cat > backup.tar # 合併 ... mac 的話將md5sum 改成md5 ...
確定! 回上一頁