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.

Required fields*

4
  • This does not work, it still matches all letters Commented Sep 2, 2015 at 16:39
  • 7
    This won't work because glob was done before rm executed. Try export LC_ALL=C first. Commented Sep 2, 2015 at 16:39
  • Sorry, you missunderstand the question that is related to bash and not to rm. Commented Sep 2, 2015 at 17:13
  • @schily: Yes, I was wrong, you have to separate the statements. Check the update. Commented Sep 2, 2015 at 23:06