Last active
August 29, 2015 14:11
-
-
Save epitron/6417f3ed0109497e7874 to your computer and use it in GitHub Desktop.
The best compression algorithm for highly redundant text? Double gzip!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ls -lS hellos* | |
-rw-r--r-- 1 epi users 500001 Dec 17 01:49 hellos | |
-rw-r--r-- 1 epi users 770 Dec 17 01:50 hellos.gz | |
-rw-r--r-- 1 epi users 344 Dec 17 01:54 hellos.xz.bz2 | |
-rw-r--r-- 1 epi users 272 Dec 17 01:50 hellos.xz.xz | |
-rw-r--r-- 1 epi users 235 Dec 17 01:50 hellos.xz.gz | |
-rw-r--r-- 1 epi users 212 Dec 17 01:50 hellos.xz | |
-rw-r--r-- 1 epi users 128 Dec 17 01:51 hellos.gz.xz | |
-rw-r--r-- 1 epi users 121 Dec 17 01:54 hellos.gz.bz2 | |
-rw-r--r-- 1 epi users 75 Dec 17 01:50 hellos.gz.gz | |
-rw-r--r-- 1 epi users 56 Dec 17 01:53 hellos.bz2 | |
-rw-r--r-- 1 epi users 20 Dec 17 01:55 hellos.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment