Looking for large text files for testing compression in all sizes
*** Linux users only *** Arbitrarily large text files can be generated on Linux with the following command: tr -dc “A-Za-z 0-9” < /dev/urandom | fold -w100|head -n 100000 > bigfile.txt This command will generate a text file that will contain 100,000 lines of random text and look like this: NsQlhbisDW5JVlLSaZVtCLSUUrkBijbkc5f9gFFscDkoGnN0J6GgIFqdCLyhbdWLHxRVY8IwDCrWF555JeY0yD0GtgH21NotZAEe iWJR1A4 bxqq9VKKAzMJ0tW7TCOqNtMzVtPB6NrtCIg8NSmhrO7QjNcOzi4N b VGc0HB5HMNXdyEoWroU464ChM5R … Read more