random ascii characters?
$ perl -we 'while(1){ print chr(int(rand(127))); }' > random-ascii.txt
press ctrl+c when you have a big enough file.
- Anna
On Fri, Jun 30, 2006 at 01:13:08PM -0700, Jeff Shippen wrote:
> Is there a command / program that can generate ascii files (useful for
> testing ascii operations).