LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Compressing (https://www.linuxquestions.org/questions/linux-newbie-8/compressing-765701/)

raghavendra2512 10-30-2009 10:03 PM

Compressing
 
How can I compress a file. I need to compress a file of 1GB size so that I can make it as 500MB or 400MB.

murankar 10-30-2009 10:07 PM

if you are using the cli you got tar, gzip and a few others. on the cli use
Code:

man gzip
to get the details on the usage. there are tools in the gui side that will do the same thing, but for speed use the cli.

linuxlover.chaitanya 10-31-2009 02:32 AM

You can also use tar command for compressing and archiving.

man tar for more option on tar.


All times are GMT -5. The time now is 11:56 PM.