Answers for "How to search for files using ? to match file extension"

0

How to search for files using ? to match file extension

ls -l *.???

# list all files that ends with 3 lettered extensions
# like .txt .css .htm
Posted by: Guest on April-14-2022

Code answers related to "How to search for files using ? to match file extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language