programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How to find a folder in linux

Average: 2 (1 vote)

find -name "folder-name" -

find -name "folder-name" - case sensitive search
find -iname "folder-name" - case insensitive search