Abhi
Java, Linux, Development, Comics and Awesomeness
Saturday, May 19, 2012
How To: Search Folders or Directories in Linux on Command Line
You know
Holidays
is a folder and is somewhere beneath your home directory.
You can use find command with '-type d' option to narrow it to only directories.(Use '-type f' for files)
$find -type d -name Holidays
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment