for i in {1..200}; do touch "file_$i" done ls f* ls file_10* ls file_[0-9]
make sure it matches the pattern otherwise nothing will happen! create TEST in files folder ls [[:lower:]] <- why doesn't this work ls [[:lower:]]* ls [[:upper:]]* touch 1_TEST ls *[[:upper:]]*