Skip to content

junlong/finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

finder

a toy app to find and operate files.

compile

mvn packge

usage

basic

java -jar finder-1.0.0-jar-with-dependencies.jar <options>

example

java -jar finder-1.0.0-jar-with-dependencies.jar -p /home/logs -v

options

usage: finder -p <path> -v
 -c,--copy <dest>     dest is short for destination path. copy will be
                      skipped when target file is already exist in
                      destination.
 -d,--delete          delete file
 -e,--expression <expression>   regex to match the filename.
 -m,--move <dest>     dest is short for destination path. move will be
                      skipped when target file is already exist in
                      destination.
 -p,--path <path>     path is short for source path.
 -v,--verbose         show execute details

About

a toy finder to find and operate files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages