ProgrammingB52
Technical User
I am trying to find files. I have the file names and tried a find . -name in root. The files weren't in root and I dont know what directories to search. Is there a way I can search them all?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cd /
find . -type f -name "*filename*"