Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #How #search #files #match #file #extension
ADD COMMENT
Topic
Name
5+8 =