Ubuntu under Zip file operation

Source: Internet
Author: User

turn from https: // blog.csdn.net/hpu11/article/details/71524013 1  -R myfile.zip. /* All files and folders under the current directory are compressed into myfile.zip files, and-R indicates that all files in the subdirectory are compressed recursively. 2.unzip$ Unzip-o-d/home/sunny Myfile.zip Extract the Myfile.zip file to/ Home/sunny/-o: Overwrite the file without prompting;-d:-d/home/sunny indicates that the file is extracted to the/home/sunny directory; 3. Other $ zip-d Myfile.zip Smart.txt Delete the Smart.txt file in the compressed file $ zip-m myfile.zip./rpm_info.txt add Myfile.zip to the compressed file rpm_ Info.txt file-------------------------------------------------------------------------------to use zip to compress the file in the shell At the prompt, type the following command: Zip-r filename.zip filesdir

Ubuntu under Zip file operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.