Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Generate random files

# to create a test_files dir in current directory with 100 files
$ python3 create_files.py

# with options
$ python3 create_files.py --dir=<DIRECTORY_PATH? --count=100