Skip to content

A small Java CLI project which copies files matching certain criteria, from one folder, to another folder

Notifications You must be signed in to change notification settings

AriBarzilai/multithread-folder-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalist CLI application which copies some of the contents of one folder to another, while taking advantage of multiple threads. The user inputs the desired file extension and a pattern, and all files whose name contain the pattern substring, and the same extension, will be copied over.

To run, start by running javac DiskSearcher.java from your terminal to compile the java files, and then enter the following:

java DiskSearcher <filename-pattern> <file-extension> <root directory> <destination directory> <# of search threads> <# of copy threads>

About

A small Java CLI project which copies files matching certain criteria, from one folder, to another folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages