linux recursively find directory by name
find / -type d -name "apt"
sudo find / -type d -name "apt"
linux recursively find directory by name
find / -type d -name "apt"
sudo find / -type d -name "apt"
find folder recursively
Extremely useful command!!
In Mac and Linux: Define directory where to search as "." for current directory
and then specify the name or regex of file or folder to find.
find . -name "foo*"
In Windows: Define "/s" for a recursively search and name or regex of file or
folgder to search
dir /s "foo*"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us