Answers for "how to recursively look for a file in linux"

1

ubuntu terminal find file recursive

sudo find . -print | grep -i '.*[.]xml'
Posted by: Guest on June-10-2020

Code answers related to "how to recursively look for a file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language