Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu find file mask

find . -path '*.txt'

// that would search for .txt files starting from the current directory (represented by .)
 
PREVIOUS NEXT
Tagged: #ubuntu #find #file #mask
ADD COMMENT
Topic
Name
5+5 =