7Zip Command Tutorial

Spread the love

To Install 7Zip in the VPS or in your linux:

sudo apt-get install p7zip

If the output pointed that p7zip is already installed in your system, then you need to install 7z archiver as a command line utility. i.e full version. So, install the p7zip-full package.

sudo apt-get install p7zip-full

How to create an archive using 7zip

Syntax of Archive:

7z 'a' archivenamewithextenstion directoryname

To archive using 7zip you need to give the ‘a’ command.

7z a www.7z www

How to Extract an archive using 7zip

Syntax of Extract:

7z 'e' archivename_with_extension
7z e www.7z

How to list details of an archive using 7zip

List the details:

7z 'l' archivename_with_extension

example,

7z l www.7z

How to test the integrity of an archive in 7zip

Syntax for doing so:

7z t archivename_with_extension.7z foldername

example,

7z t www.7z www

How to update an existing archive with name file using 7zip

Syntax for doing so:

7z u archivename_with_extension foldername

example,

7z u www.7z www

Delete a file from the archive using 7zip

Its a good practice to check the archive first by listing all the items

7z l www.7z

Then we have to delete the file we want.

Syntax for doing so:

7z d arcivename_with_extension file/directoryname -r

example,

7z d www.7z bdpathshala -r

 

These are the most commonly used 7zip command. Let me know if you need any help regarding this by commenting. Or share any command you use most with us! Thank you for reading.


Spread the love

2 thoughts on “7Zip Command Tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Articles

বাংলাদেশ রেলওয়ের অনলাইন টিকেট বুকিং এর বিভিন্ন টিকেট ক্লাস

Spread the love

Spread the loveআজ বাংলাদেশ রেলওয়ের টিকেট কিনলাম অনলাইনে। একটা প্রোগ্রাম এটেন্ড করতে যাব প্লাস কিছু গেস্ট আসবে এই কারনে। তো অনলাইনে টিকেট কিনতে যাবার পর ঘটলো বিপত্তি। কারন আমি নরমালি ৩ টা সিট নিয়ে ধারনা রাখি। শোভন চেয়ার সুলভ আর স্নিগ্ধা তো যখন টিকেট কিনতে


Spread the love

Yoda Style Conditionals ( Yoda Condition) Explained (Bengali/বাংলায়)

Spread the love

Spread the loveআমরা যারা প্রোগ্রামিং কিংবা ডেভেলপমেন্ট করি তাদের অনেকসময় সবকিছু ঠিকঠাকমত কন্ডিশন লেখার পরও দেখা যায় প্রোগ্রাম ভুল বিহেভ করে। এর পিছনে কিন্তু বিশাল একটা কিছুর হাত আছে। আমরা যখন কোন অপারেশন চালাই সেটা যদি ঠিকমত ঘটে তাহলে তাকে প্রোগ্রামিং এর ভাষায় ট্রু কেইস


Spread the love

দুই তিন মাসেই হয়ে যান লাখপতি, অনলাইন ক্যারিয়ারের মাধ্যমে! কতখানি সম্ভব?

Spread the love

Spread the loveএকটা কমন ট্রেন্ড লক্ষ্য করছি যে, সবাই শেষ ভরসা হিসেবে চেষ্টা করছেন অনলাইনে কিছু একটা উপার্জন করতে অথবা ফ্রিল্যান্স করতে। ব্যাপারটা কেমন একটা হাস্যকর বিষয় হয়ে যায় অর্থাৎ আপনি সর্বশেষ সব কিছুতে যখন ফেইল করছেন তখনই আসলে অনলাইনকে ক্যারিয়ার হিসেবে বেঁছে নিতে আসছেন।


Spread the love