View Single Post
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#5
Originally Posted by VarshneyS View Post
Hi,
My problem is I need to compress files on my N900 before uploading them on Internet.
Hope I'm not adding to the confusion, but Is this what you are looking for?

If you check in the repos there are apps. that provide a front end in the file manager to compress files.

Or you can easily do it from the command line; with zip for example, to compress a single file
Code:
zip   ouput-file-name.zip   file-to-compress
To compress a whole directory

Code:
zip  -r  ouput-file-name.zip   file-to-compress
I don't think zip is installed out-of-the-box, so:
# apt-get install zip
__________________
BTC:
19ePiXZUdxqNAq9tStLzZV4dduSQeGPJzj