Skip to content

Linux

File Expansion in Bash

Something that we all are familiar with and use quite often are so-called "wildcard" characters such as *. When I found that I could make use of wildcards in bash, I did not think much of it. "Of course, it simply recognizes that I mean all elements". But what is the mechanism behind that?