command

  • 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

  • rm -fr ~/.bash_history ln -s /dev/null ~/.bash_history Your history will be available in ram for each bash session, but will be gone once you log out. ((http://ubuntuforums.org/archive/index.php/t-267950.html))