# 5 Beginners - finding files
You’ve dropped inside a directory with dozens of sub-directories. You know there’s a file inside this directory that you need, but you aren’t sure where it is. find can help!
meanii ✓ find . -name CS101
The ‘find’ command lets you walk a file hierarc...
meanii.hashnode.dev1 min read