Open hollasch opened 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.
pathmatch .../config.yaml --limit 1
Hmmm. I was thinking that --first would be a better option, but the short -f would collide --files.
-f
--files
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
.