Answers for "find more than one extension file in linux"

0

find more than one extension file in linux

find . -name "*.jpg"
Posted by: Guest on July-15-2020
0

find more than one extension file in linux

find . -type f -name "*.txt" -u -name "*.txt"
Posted by: Guest on July-15-2020

Code answers related to "find more than one extension file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language