R RobAPI New member Mar 25, 2004 #1 Hey Could someone help me find a folder when using SSH please? I know how to find a file but not sure how I can find a folder Thank you
Hey Could someone help me find a folder when using SSH please? I know how to find a file but not sure how I can find a folder Thank you
F Francisco New member Mar 25, 2004 #2 Hmm, what's the folder called? Try locate Example: locate matrix folder name is matrix. Regards
V vpscolo New member Mar 30, 2004 #5 One think you can do is the following. To find a filename call foo do find / -type f -name foo For a directory you can do find / -type d -name foo HTH Rus
One think you can do is the following. To find a filename call foo do find / -type f -name foo For a directory you can do find / -type d -name foo HTH Rus
I imported_Alex New member Mar 31, 2004 #7 MaTriX said: Hmm, what's the folder called? Try locate Example: locate matrix folder name is matrix. Regards Click to expand... Thanks Matrix, See, you still learn something new every day.
MaTriX said: Hmm, what's the folder called? Try locate Example: locate matrix folder name is matrix. Regards Click to expand... Thanks Matrix, See, you still learn something new every day.