You can use tar to achieve this : tar -cjf sample.tar.bz2 sample.txt. tar is a program used to manage archives, the options here are -c to ...
確定! 回上一頁