hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Add option --limit #33

Open hollasch opened 6 years ago

hollasch commented 6 years ago

For example, if you forgot where a file was in a big tree, you'd want to stop at the first (and expected only) hit, you'd do something like pathmatch .../config.yaml --limit 1.

hollasch commented 6 years ago

Hmmm. I was thinking that --first would be a better option, but the short -f would collide --files.