Answers for "find all files with extension linux recursive"

1

terminal find file by extension recursive

find /directory/path -type f -name "*.in"
Posted by: Guest on June-24-2020

Code answers related to "find all files with extension linux recursive"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language