Open hollasch opened 6 years ago
For example:
pathmatch --test foo/.../bar foo/aaa/bbb/ccc/bar
One idea: --test is quiet, while --match prints matches. Perhaps --unmatch prints non matches.
--test
--match
--unmatch
Related to #1. Perhaps a --stdin or empty -- flag switches from command-line arguments to reading from standard input.
--stdin
--
The --filter option is covered in #1
--filter
For example:
One idea:
--test
is quiet, while--match
prints matches. Perhaps--unmatch
prints non matches.Related to #1. Perhaps a
--stdin
or empty--
flag switches from command-line arguments to reading from standard input.