Archive command in Linux

Linux မှာ zip လုပ်လိုလျှင်

zip -r zipfile.zip myfile.txt

ပြန်ဖြည်ချင်လျှင်

unzip zipfile.zip

Tar အသုံးပြုလိုလျှင်

tar cvf alldocs.tar *.doc

Folder တစ်ခုလုံးကို

tar cvf panda.tar panda/

ဖြည်လိုလျှင်တော့

tar xvf panda.tar

Tar.Gz ဆိုလျှင်

tar cvzf alldocs.tar.gz *.doc

ဖြည်မယ်ဆိုလျှင်

tar xvf panda.tar.gz

One response to “Archive command in Linux”

  1. ူlinux ကိုမသုံးဖူးဘူးဗျ သုံးတော့သုံးကြည့်ချင်တယ် window တင်ထားတဲ့စက်မှာ pratition သတ်သတ်တစ်ပိုင်းခွဲပြီးတင်လို့ရနိုင်ပါသလား ရရင် linux installation အကြောင်းနည်းနည်းလောက်ပြောပြပါလား သိချင်လို့ပါ ကျေးဇူးတင်ပါတယ်

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.