Pattern
A Pattern is an expression that describes a set of strings which is used to give a concise description of a set, without having to list all elements.
eg. ab*cd matches anything that starts with ab and ends with cd etc.
ls *.txt – prints all text files
No comments:
Post a Comment