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
- Host: GitHub
- URL: https://github.com/antosser/random-file-creator
- Owner: Antosser
- Created: 2021-09-13T15:53:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T11:55:09.000Z (over 4 years ago)
- Last Synced: 2025-04-02T04:11:10.444Z (9 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```