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 -- ┌─────────────────────────┐ │ Narendra Sisodiya │ http://narendrasisodiya.com └─────────────────────────┘ -- l...@iitd - http://tinyurl.com/ycueutm
