Tag: zip
Zip Command in Linux
April 2, 2009
Command to create a zip file from a given folder. zip -r File.zip Folder/
Decompress Bzip2 File
September 13, 2008
Decompress a compressed tar archive in bzip2 tar -xvfj archive.tar.bz2tar -xvfj archive.tar.bz2
Create a Bzip2 File
September 11, 2008
create a tarball compressed into bzip2 tar -cvfj archive.tar.bz2 dir
A Shell Script to Create a Build of Firefox Extension
May 4, 2008
This shell script will create a build of a firefox extension in linux. This is created according to my details(eg,…
RAR Support In Linux
November 21, 2007
RAR Support in Linux is easy – just install the unrar tool… sudo yum install unrar
Read Tarballed Text File
August 21, 2007
How to read a big text file that is tarballed – without extracting the whole thing… bzcat enwiki-20070802-pages-articles.xml.bz2 | head…
Packaging a Subversion Project
March 24, 2007
This is the method that I use to package a SVN Project. For CVS projects, the code is slightly different….
Recent Comments