#size #dat #create #different #file #terminal

yanked create_dat_file

create .dat files with different sizes in your terminal

3 releases

0.1.2 Sep 26, 2024
0.1.1 Sep 26, 2024
0.1.0 Sep 26, 2024

#25 in #dat

35 downloads per month

MIT/Apache

12KB

Contains (Cab file, 17KB) .vs/createdat/v17/.wsuo

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"

Example

cargo run -- 20 KB

No runtime deps