Menu

08 January 2011

[tip] How to make a self extracting zip file in Linux

Let assume we have output.zip file in linux

Now run this

cat `which unzipsfx` output.zip > newzip.xzip

I added xzip just to show that this is executable zip.

Now if you want to extract,, then just use following command

chmod +x newzip.xzip
./newzip.xzip

By- Narendra Sisodiya

No comments: