how to find directory of a file in linux code example
Example 1: find folder in linux
find / -name "dir-name-here"
Example 2: get directory of a file linux
Signed-off-by: Dwaipayan Ray <[email protected]>
find / -name "dir-name-here"
Signed-off-by: Dwaipayan Ray <[email protected]>