↧
Answer by Kaz for Bash: Difference between "Pattern Matching" and "Filename...
Pattern matching refers to the idea that the pattern a*k matches aardvark.Filename expansion uses pattern matching. It scans directory entries in the file system, collecting names which match a given...
View ArticleBash: Difference between "Pattern Matching" and "Filename Expansion" in the...
Edit: Question ansewered by Gordon Davisson's commentI was reading the GNU Bash manual, and I noticed that there are basically three types of "Parameter expansion" that do pattern...
View Article