linux find in path code example
Example 1: terminal how to find a directory
find . -type d | grep DIRNAME
Example 2: find folder in centos 8
find / -type d -name "apt"
sudo find / -type d -name "apt"
find . -type d | grep DIRNAME
find / -type d -name "apt"
sudo find / -type d -name "apt"