zip/tar in Solaris

来源:互联网 发布:淘宝q币自动充值软件 编辑:程序博客网 时间:2024/06/03 19:26

tar

压缩:tar cvf filename.tar file1 file2...

解压:tar xvf filename.tar

zip

压缩:zip zipname file1 file2...

解压:unzip zipname

 

There is one point we have to pay attention to. That is we cann't tar or zip a directory!!