| Crates.io | gfc |
| lib.rs | gfc |
| version | 1.0.0 |
| created_at | 2023-03-03 19:31:37.75049+00 |
| updated_at | 2023-03-03 19:31:37.75049+00 |
| description | A CLI tool to generate a file with n lines, and n random alphanumeric characters per line. |
| homepage | https://github.com/thesandybridge/random_file |
| repository | https://github.com/thesandybridge/random_file |
| max_upload_size | |
| id | 800011 |
| size | 21,222 |
I created this to assist with an experiment where I was comparing file parsing performance between Rust, Python, Node, and Bun.
You may find it useful.
The downloaded file will be located in ~/.local/bin/
curl -s https://tinyurl.com/thesandybridge-gf | bash
By default, if no line number is defined, 1000 lines of 8 character Alphanumeric strings are generated. I may add some verbose output in the future.
gfc list.txt
gfc --lines 1000 list.txt
gfc --lines 1000 --characters 8 list.txt