Globbing in Linux

Globbing involves bash interpreting glob characters to perform filename expansion of pattern searching in Linux. In this article, we will learn about globbing through various examples.

Table of contents.Introduction.Globbing patterns.Summary.References.Introduction.

Globbing is the process whereby bash interprets glob characters and performs file expansion or pattern matching.

When the shell finds a glob, it expands the pathname and extends the glob with matching file names.

Globbing patt...
 •  0 comments  •  flag
Share on Twitter
Published on March 21, 2022 19:51
No comments have been added yet.