1.1.1 • Published 8 years ago
node-files-finder v1.1.1
Command line interface for searching files.
Install
npm install -g node-files-finderParams
To search for specific files, you can use the following parameters:
| Param | Description | Required |
|---|---|---|
| --DIR | Where should search | Required |
| --TYPE | File or Directory | Optional |
| --PATTERN | Regular expression | Optional |
| --MIN-SIZE | Min size of file (ignore directories) | Optional |
| --MIN-SIZE | Max size of file (ignore directories) | Optional |
Usage
Run the command with your params:
node-files-finder --DIR=/Users/username/Downloads --TYPE=F --PATTERN=\.mkv --MIN-SIZE=500M --MAX-SIZE=4G