random things might break

a nice tool to generate random files

i was looking for a quick way to generate random files on the command line and stumbled upon this very nice tool called rdfc (random data file creator).

what i like is its super easy syntax, see for yourself:

rdfc.exe foo.bar 2GB

would produce a file with random data named foo.bar that weights 2GB.

simple and straight to the point, how cool is that?

#cli #tool #windows