Saturday, 17 August 2013

How to find all files with the same extension within a directory

How to find all files with the same extension within a directory

I am beginner in linux and I want to search for all .conf files in /etc/ .
I tried grep -r *.conf /etc , but the result isn't the right one, what I
am doing wrong.

No comments:

Post a Comment