Crates.io | create_dat_file |
lib.rs | create_dat_file |
version | 0.1.2 |
source | src |
created_at | 2024-09-26 09:56:08.777873 |
updated_at | 2024-09-26 10:17:13.000709 |
description | create .dat files with different sizes in your terminal |
homepage | |
repository | |
max_upload_size | |
id | 1387304 |
size | 121,091 |
Creates .dat files of different sizes based on arguments given in the command line. The first argument is the number of a certain unit that you would like, it is supposed to be a unsigned integer. The second argument corresponds to the unit, there are only three right now: KB, MB and GB. The file will be named "size_unit.dat"
cargo run -- 20 KB