Skip to content

Small util for generation of test data set for Practice with finding duplicate files

Notifications You must be signed in to change notification settings

RomaRudyak/student-filegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileGenerator

Small util for generation of test data set for Practice with finding duplicate files.

Requirements

Tool API

Usage:
  FileGenerator [options]

Options:
  --out <out> (REQUIRED)           Output directory where files will be generated.
  --dir-depth <dir-depth>          Number of level for sub dirs [default: 2]
  --dir-number <dir-number>        Number of dirs per dir [default: 5]
  --file-number <file-number>      Number of files per dir [default: 400]
  --file-max-size <file-max-size>  File byte maximum size for generation [default: 4194304]
  --version                        Show version information
  -?, -h, --help                   Show help and usage information

Build

dotnet build

Run

dotnet run -- -h

About

Small util for generation of test data set for Practice with finding duplicate files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages