Tuesday, October 28, 2014

Find files Command in Linux


The below command searches for all files with the 'tmpl' extension in the / folder:

sudo find / -type f -name '*.tmpl'