Answers for "linux find with file extension"

4

linux command find file with extension

find . -type f -name "*.txt"
Posted by: Guest on November-19-2020

Code answers related to "linux find with file extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language