Re: KDE compression options: tar, zip, or rar
- From: Dotan Cohen <dotancohen@xxxxxxxxx>
- Date: Sat, 11 Jul 2009 23:27:21 +0300
* Prep test data (some file to be packed)
* run command under "time" command
$ time tar -czf testout.tar.gz ./test-data
real 0m0.520s
user 0m0.480s
sys 0m0.040s
$ time zip -rq testout.zip ./test-data
real 0m0.474s
user 0m0.460s
sys 0m0.016s
Simple! Do this with uncompress too.
Command syntax of each command is found in each man pages.
time can be shell builtin or independent command.
Thank you Osamu but I stress that compression / decompression time is
not important for this application. That is why I asked on the list
what the other advantages and disadvantages of the different formats
are.
Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: KDE compression options: tar, zip, or rar
- From: Osamu Aoki
- Re: KDE compression options: tar, zip, or rar
- References:
- KDE compression options: tar, zip, or rar
- From: Dotan Cohen
- Re: KDE compression options: tar, zip, or rar
- From: Osamu Aoki
- Re: KDE compression options: tar, zip, or rar
- From: Dotan Cohen
- Re: KDE compression options: tar, zip, or rar
- From: Osamu Aoki
- Re: KDE compression options: tar, zip, or rar
- From: Dotan Cohen
- Re: KDE compression options: tar, zip, or rar
- From: Osamu Aoki
- KDE compression options: tar, zip, or rar
- Prev by Date: Re: Is a Universal Desktop Experience possible?
- Next by Date: Re: KDE compression options: tar, zip, or rar
- Previous by thread: Re: KDE compression options: tar, zip, or rar
- Next by thread: Re: KDE compression options: tar, zip, or rar
- Index(es):
Relevant Pages
|