StackFlow
Linux - find a file
Find all .txt files in the /var/www/search_dir and sub-folders
find /var/www/search_dir -name *.txt
Please enable JavaScript to view the
comments powered by Disqus.