create_dat_file

Crates.iocreate_dat_file
lib.rscreate_dat_file
version0.1.2
sourcesrc
created_at2024-09-26 09:56:08.777873
updated_at2024-09-26 10:17:13.000709
descriptioncreate .dat files with different sizes in your terminal
homepage
repository
max_upload_size
id1387304
size121,091
Novae (surrealsupernovae)

documentation

README

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

Commit count: 0

cargo fmt