Bash Patterns: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


The following characters have a special meaning when a bash pattern is evaluated, and they need to be escaped to be matched literally:
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

Revision as of 23:50, 18 September 2019

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