Asaad27 / file-generator

generates customized binary files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creates a file filled with bytes

./filegen from to
from : index of first piece to fill starting from 1
to : index of last piece to fill
optional arguments (in the same order):
size of file, size of piece; default values are 1000, 256 (KB)

example :
./filegen 1 10

About

generates customized binary files


Languages

Language:Go 80.4%Language:Makefile 19.6%