6️⃣Wildcards
A wildcard is a character or a string of characters that can be used as a substitute for any other character(s) in a command-line expression.
ls -l file*
file as starting
txt files



Last updated
A wildcard is a character or a string of characters that can be used as a substitute for any other character(s) in a command-line expression.
ls -l file*
file as starting
txt files



Last updated
ls -l [abc]123ls -l ?[123]cat states.txt | grep ^Acat states.txt | grep sh$