Answers for "linux command find file with extension"

1

linux command find file with extension

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

Code answers related to "linux command find file with extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language