cd dir/you/want/to/be/in <CR> #<CR> being carriage return
find . -name ysf -print
find is the command . is where you want to start from. You could also use / to search the ENTIRE dir tree that you have permissions to read -name ysf is pretty self explanatory. It works a little different if you want to add wildcards though -print says to print it to screen.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.