使用 cat 合併檔案. 使用 split 分割之後的檔案,可以使用 cat 來合併,例如: cat datafolder.part* > datafolder.tar.gz. 或是直接配合管線解壓縮:
確定! 回上一頁