Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
29 views

Case-Part: Pattern) Command-List Pattern: Word Pattern - Word Else-Part

This document defines meta-characters and reserved words used in command syntax and patterns for a programming language. It describes syntactic symbols like pipe, and, or symbols and command separators. It defines patterns used to match characters including wildcards. It also mentions substitution.

Uploaded by

arunabhatla
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Case-Part: Pattern) Command-List Pattern: Word Pattern - Word Else-Part

This document defines meta-characters and reserved words used in command syntax and patterns for a programming language. It describes syntactic symbols like pipe, and, or symbols and command separators. It defines patterns used to match characters including wildcards. It also mentions substitution.

Uploaded by

arunabhatla
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

& digit &case-part: pattern ) command-list ;; pattern: word pattern | word else-part: elif command-list then command-list else-part

else command-list empty empty: word: a sequence of non-blank characters name: a sequence of letters, digits or underscores starting with a letter digit: 0123456789

Appendix B - Meta-characters and Reserved Words


a) syntactic | pipe symbol && `andf' symbol ||

`orf' symbol ; command separator ;; case delimiter & background commands () command grouping < input redirection << input from a here document > output creation >> output append b) patterns * match any character(s) including none ? match any single character [...] match any of the enclosed characters c) substitution

You might also like