আমি ম্যাকের কমান্ড লাইন থেকে 7zip চালাতে সক্ষম হতে চাই। কীভাবে এটি সেট আপ করবেন সে সম্পর্কে কারও কাছে নির্দেশ রয়েছে?
আমি ম্যাকের কমান্ড লাইন থেকে 7zip চালাতে সক্ষম হতে চাই। কীভাবে এটি সেট আপ করবেন সে সম্পর্কে কারও কাছে নির্দেশ রয়েছে?
উত্তর:
হোমব্রিউ ব্যবহার করে p7zip ইনস্টল করতে , আপনি সর্বশেষতম পাচ্ছেন তা নিশ্চিত হওয়ার জন্য প্রথমে আপনার সূত্রগুলি আপডেট করুন ।brew
p7zip
$ brew update
Homebrew ইনস্টল করতে ব্যবহার করুন p7zip
:
$ brew install p7zip
সংক্ষিপ্ত ফাইলের sputnik
ডিরেক্টরিতে সমস্ত ফাইল যুক্ত করুন heed.7z
:
$ 7z a heed.7z sputnik
আনজিপ heed.7z
:
$ 7z x heed.7z
উপর 7-জিপ এর ডাউনলোড পৃষ্ঠা সেখানে OS X এর জন্য বিভিন্ন বিকল্প দুর্ভাগ্যবশত, তারা একটি GUI, অথবা মুহূর্তে পাওয়া যায় না সঙ্গে হবে বলে মনে হচ্ছে হয়।
আপনি যদিও পি 7 জিপ ডাউনলোড করতে পারেন।
p7zip হ'ল ইউনিক্স / লিনাক্সের জন্য 7-জিপের কমান্ড লাইন সংস্করণ, একটি স্বাধীন বিকাশকারী দ্বারা তৈরি
এটি লিনাক্স বাইনারি হিসাবে এবং সোর্সফোজে সোর্স কোড আকারে বিতরণ করা হয় ।
উত্স কোডটি ডাউনলোড করুন এবং make
আপনি যে ফোল্ডারে আর্কাইভটি বের করেন তাতে চালান । এটি স্বয়ংক্রিয়ভাবে 7za
আপনার ওএসের জন্য তৈরি করবে । এটি কাজ করার জন্য আপনার এক্সকোড এবং এর কমান্ড লাইন সরঞ্জামের প্রয়োজন হতে পারে।
$ cd Downloads/p7zip_9.20.1
$ make
[...]
$ cd bin
$ ls
7za
$ ./7za
7-Zip (A) [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=de_DE.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Usage: 7za <command> [<switches>...] <archive_name> [<file_names>...]
[<@listfiles...>]
<Commands>
a: Add files to archive
b: Benchmark
d: Delete files from archive
e: Extract files from archive (without using directory names)
l: List contents of archive
t: Test integrity of archive
u: Update files to archive
x: eXtract files with full paths
<Switches>
-ai[r[-|0]]{@listfile|!wildcard}: Include archives
-ax[r[-|0]]{@listfile|!wildcard}: eXclude archives
-bd: Disable percentage indicator
-i[r[-|0]]{@listfile|!wildcard}: Include filenames
-m{Parameters}: set compression Method
-o{Directory}: set Output directory
-p{Password}: set Password
-r[-|0]: Recurse subdirectories
-scs{UTF-8 | WIN | DOS}: set charset for list files
-sfx[{name}]: Create SFX archive
-si[{name}]: read data from stdin
-slt: show technical information for l (List) command
-so: write data to stdout
-ssc[-]: set sensitive case mode
-t{Type}: Set type of archive
-u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options
-v{Size}[b|k|m|g]: Create volumes
-w[{path}]: assign Work directory. Empty path means a temporary directory
-x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames
-y: assume Yes on all queries
$ ./7za a 7za.7z 7za
7-Zip (A) [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=de_DE.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Scanning
Creating archive 7za.7z
Compressing 7za
Everything is Ok
$ ls
7za 7za.7z
sudo port install p7zip
কোনও সমস্যা নেই