An open API service indexing awesome lists of open source software.

https://github.com/antosser/random-file-creator

Generates a file with random characters
https://github.com/antosser/random-file-creator

Last synced: 3 months ago
JSON representation

Generates a file with random characters

Awesome Lists containing this project

README

          

# Random File Generator
## Usage
Takes two arguments:
1. Filename e.g. randomfile.txt
2. Length of file in megabytes

## Example
```powershell
# Powershell
.\random-file myfile 1000
# Generates a file "myfile" with 1000 megabytes (1 Gigabyte)
```