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*

1
  • 5
    Note that spaces is just one of several problematic characters that are valid in filenames. Others includes tabs, newlines, characters that are part of globbing patterns (such as * and ? etc.), control characters, emojis and other non-latin characters (visible and invisible). It's easier to write code that correctly handles all valid filenames, than to rename files that broken code can't handle. Commented Apr 8, 2021 at 20:28