how to find directories in folders code example
Example 1: linux find directores
find -type d -iname $name
Example 2: find folder in linux
find / -name "dir-name-here"
find -type d -iname $name
find / -name "dir-name-here"