Bash Patterns

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Metacharacters

The following characters have a special meaning when a bash pattern is evaluated, and they need to be escaped to be matched literally:

/ # slash
~ # tilda

Non-Special Characters

These characters do not need to be escaped in bash patterns to match:

\ # forward slash