About File Masks

Different Terminal commands and code editors support file masks to filter files by their names. There:

  • ? refers to any single character.
  • * refers to any number of any characters.
  • Other characters represent themselves.
  • Multiple masks can be separated by pipe (|) or sometimes by comma (,).

Tips and Tricks Programming Bash Zsh PyCharm