0️⃣ Setup (Run Once)


Create a safe practice directory.



mkdir ~/globbing-lab
cd ~/globbing-lab
touch file1.txt file2.txt file10.txt fileA.txt fileB.log fileC.log
touch app.log app1.log app2.log error.log
mkdir dir1 dir2 dirA












1️⃣ * — Match ANY number of characters





Concept


Matches zero or more characters




...