uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.82k stars 1.28k forks source link

dd: Support fake `/dev/zero` and `/dev/random` #6848

Open brian6932 opened 2 weeks ago

brian6932 commented 2 weeks ago

Virtual devices

Virtual devices are a new feature in version 0.4beta1.

Because windows does not have devices like the unix /dev/zero or /dev/random these have been implemented inside dd. You can use these as input files to supply an infinite amount of zeros or pseudo random data.

http://www.chrysocome.net/dd