Showing posts with label Linux command - find directory. Show all posts
Showing posts with label Linux command - find directory. Show all posts

Friday, 9 March 2012

How to search specific directory name in Linux

find / -type d -name gnuradio-examp* 2> /dev/null

which the text in yellow highlighted is the directory name that you wanna find.