P*~*wav*~*draft*
[glob] ~ [exclude glob] P* ~ *wav* ~ *draft*
It's essentially the same as "grep -Ev" or "find -iregex".
It's a lot less typing than find, and also something you're likely to use interactively once you're used to it, so it feels very natural.
It's essentially the same as "grep -Ev" or "find -iregex".
It's a lot less typing than find, and also something you're likely to use interactively once you're used to it, so it feels very natural.