Bash Patterns: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[bash#Subjects|bash]] | * [[bash#Subjects|bash]] | ||
* [[bash Parameter and Variable Expansion]] | * [[bash Parameter and Variable Expansion]] | ||
* [[Regular Expressions#Subjects|Regular Expressions]] | |||
=Metacharacters= | |||
The following characters have a special meaning when a bash pattern is evaluated, and they need to be escaped to be matched literally: |
Revision as of 23:49, 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: