Answers for "how to search for directory in linux ubuntu cli"

1

find directory ubuntu

find / -type d -name "apt" 
sudo find / -type d -name "apt"
Posted by: Guest on November-23-2020

Code answers related to "how to search for directory in linux ubuntu cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language