seahawk1986 / dircleaner

clean directories containing only less than a given number of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dircleaner

clean directories containing only less than a given number of files

usage

$ dircleaner -h
clean directories containing not more than the given number of files

Usage: dircleaner [OPTIONS] [DIRECTORIES]...

Arguments:
  [DIRECTORIES]...  

Options:
  -n, --number-of-files <NUMBER_OF_FILES>  [default: 2]
  -h, --help                               Print help information
  -V, --version                            Print version information

About

clean directories containing only less than a given number of files

License:MIT License


Languages

Language:Rust 100.0%