Answers for "Find specific directory in specific path in linux"

0

Find specific directory in specific path in linux

find / -type d -name 'httpdocs'
Posted by: Guest on April-30-2022
0

Find specific directory in specific path in linux

find / -type d -name 'httpdocs'
Posted by: Guest on April-30-2022

Code answers related to "Find specific directory in specific path in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language