Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Somewhat more usefully, e.g. foo!(*~) would give all files that start with foo, but do not end with a ~. Though one might try to use foo*!(~), which doesn't work since the * matches the ~, and the last !(~) only sees an empty string at the end, which it doesn't reject.
    – ilkkachu
    Commented Nov 8, 2023 at 7:36