1.0.6 • Published 8 years ago

finding_files v1.0.6

Weekly downloads
12
License
ISC
Repository
gitlab
Last release
8 years ago

--DIR (required) base lookup directory

--TYPE (optional) D|F D - directory, F - file

--PATTERN (optional) regular expression to test file/directory name

--MIN-SIZE (optional) minimum file size B|K|M|G, should be skipped for directories

--MAX-SIZE (optional) maximum file size B|K|M|G, should be skipped for directories (B - bytes, K - kilobytes, M - megabytes, G - gigabytes)

Parameters order is not strict! Any order should work!

sudo npm install -g finding_files

find --DIR="/folder/folder/folder" etc.

--DIR="/home/oleg/FrontendProjects/Pr_Gratia/src/images" --PATTERN=.png --MAX-SIZE=49086B

--DIR="/home/oleg/FrontendProjects/Pr_Gratia/src/images" --TYPE=D

--DIR="/home/oleg/FrontendProjects/Pr_Gratia/src/images" --TYPE=F --PATTERN=.png --MIN-SIZE=20K

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago