Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbrooker/pop
If you need a terrabyte of a's, pop has you covered
https://github.com/danbrooker/pop
Last synced: about 1 month ago
JSON representation
If you need a terrabyte of a's, pop has you covered
- Host: GitHub
- URL: https://github.com/danbrooker/pop
- Owner: DanBrooker
- License: mit
- Created: 2013-08-18T00:35:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-18T00:39:42.000Z (over 11 years ago)
- Last Synced: 2023-03-22T16:49:43.267Z (almost 2 years ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# pop
### pop some files into existenceI'm pretty sure you need a 1MB file of a's, perhaps a Gigabyte, why not a Terrabyte.
## disclaimer
I have no idea how long it would take to allocate a Terrabyte or if your computer can actually handle it.
## install
pop is a [ruby script][bin], for creating files of a specific size.
Add it to your dotfiles or check out [mine][dotfiles].## usage
Just run `pop` and pass in a size and file
$ pop 1MB file.txt
> Populated file.txt with 1048576 bytes
$ pop 1.15GB file.txt
> Populated file.txt with 1342177280 bytesInvoke help with `pop -h`.
$ pop -h
> USAGE: pop [,B,KB,MB,GB][dotfiles]: https://github.com/danbrooker/dotfiles
[bin]: https://github.com/danbrooker/pop/blob/master/pop