- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
solaris下压缩解压缩命令详解(Solaris compression decompression command detailed)
solaris下压缩解压缩命令详解(Solaris compression decompression command detailed)
SOLARIS compression decompression command detailed
1) zip command
Zip -r myfile.zip inside
---- compress all the files and folders in the current directory into myfile.zip files.
----r indicates recursive compression of all files under subdirectories.
Zip -d myfile.zip smart.txt
Delete the smart.txt file in the compressed file
Zip -m myfile.zip./rpm_info.txt
Add the rpm_info.txt file to the myfile.zip in the compressed file
To use zip to compress files, type the following command under the shell prompt
Zip -r filename.zip filesdir
----filename.zip stands for the file you created, and filesdir stands for the directory where you want to put the new zip file. The -r option specifies that you want to recursively (recursively) include all the files included in the filesdir directory.
You can also process multiple files and directories at the same time using the zip command, which is to list them one by one and use spaces:
Zip, -r, filename.zip, file1, File2, file3, /usr/work/school
This command compresses the contents of file1, File2, file3, and the contents of the /usr/work/school directory (assuming the directory exists) and then puts them into the filename.zip file.
- detailed command, please man Zip2) unzip command
Unzip, -o, -d, /home/sunny, myfile.zip
Unzip the myfile.zip file to /home/sunny/
----o: overwrite files without prompting;
----d:-d /home/sunny indicates that the file is decompressed to the /home/sunny directory; 3) the tar command
Tar creates files for files and directories. With tar, users can create files (backup files) for a particular file, change files in a file, or add new files to a file. Tar was originally used to create files on tape, and now users can create files on any device, such as floppy disks. Using the tar command, you can package a large number of files and directories into a single file, which is very useful for backing up files or combining several files into a sin
您可能关注的文档
- bb缺铁和锌(BB iron deficiency and zinc).doc
- b脱盐水题库--判断(B demineralized water test bank - Judgement).doc
- boost.log在boost1.47下的编译总结(Boost.log summary of the compilation under boost1.47).doc
- c 编译程序的内存占用区(The memory footprint of the C compiler).doc
- c 程序设计初步(C programming preliminary).doc
- c double-ended queues(双向队列)(C双端队列(双向队列)).doc
- bcg矩阵视角下的人力资源业务分类管理新思路3(New idea of classifying and managing human resource service from the perspective of BCG Matrix 3).doc
- bh250故障代码表(Bh250 fault code table).doc
- bios中英文对照表(BIOS Chinese and English comparison list).doc
- c++builder 编程专栏(C++ Builder编程专栏).doc
- solaris用户命令中英文对照参考(Solaris user command in English and Chinese reference).doc
- spa按摩松弛身心妙法(Spa massage to relax the).doc
- smt防错料问题(SMT error proofing material).doc
- sqlite3.7.8 vc2010编译说明(Sqlite3.7.8 vc2010 compilation instructions).doc
- sql优化(SQL optimization).doc
- sqlserver复制的概念(The concept of sqlserver replication).doc
- ssl双向认证之客户端(SSL bidirectional authentication client).doc
- standard resumé template标准简历模板 - 同济大学edp target=_blank(abstract standard template标准简历模板 _ 同济大学edp target = blank).doc
- star打印机维修资料(Star printer maintenance data).doc
- stdafx.h预编译头(Stdafx.h precompiled header).doc
最近下载
- SICK西克KTS Core色标传感器操作手册.pdf VIP
- GB50345-2012 屋面工程技术规范.docx VIP
- 船舶油漆使用基本基础知识.pdf VIP
- 四年级(上)语文课文同步仿写、续写1.pdf VIP
- 9 天上有颗“南仁东星”课件(共30张PPT)2025-2026学年统编版语文八年级上册.pptx VIP
- 高级保育员课件.pptx VIP
- 第十章生态系统.ppt VIP
- 《脑卒中运动障碍康复护理规范》.pdf VIP
- 2012年全国创新杯说课大赛作品汇总铰链四杆机构的类型及判定说课(新蓝).ppt VIP
- 年处理80吨茯苓提取车间提取工段工艺设计-毕业论文(设计).doc VIP
文档评论(0)