Answers for "linux find files without string"

0

linux find files without string

# syntax: 
# find *</path/to/dir> ! -name '*<substring-to-exclude>’

# example: 
find . ! -name '*.csv'
Posted by: Guest on May-18-2020

Code answers related to "linux find files without string"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language