find a folder comand line code example
Example 1: terminal how to find a directory
find . -type d | grep DIRNAME
Example 2: find folder in linux
find / -name "dir-name-here"
find . -type d | grep DIRNAME
find / -name "dir-name-here"