Crates.io | mkemptyfile |
lib.rs | mkemptyfile |
version | 0.9.2 |
created_at | 2025-03-13 01:02:04.859022+00 |
updated_at | 2025-05-27 20:43:42.304475+00 |
description | creates an empty file |
homepage | https://gitlab.com/hsn10/mkemptyfile |
repository | https://gitlab.com/hsn10/mkemptyfile.git |
max_upload_size | |
id | 1590373 |
size | 14,857 |
Program mkemptyfile
creates an empty file of specified size. Content can be zeroes or
randomly generated with MCG59 generator.
You need to specify file name and size. Desired file size can be specified in different units (B,K,M,G,T,P,E) or by reference file (-r).
If you do not want new file to have zero 00 content, option -g will generate random filler data.
This is free and unencumbered software released into the public domain.
This code can be used under terms of CC0 or the Unlicense.