Skip to content

Finding files with find

Searching the whole tree

  • ls shows one folder. find searches a folder and everything inside it, however deep:
find .
  • . means "start in the current folder". find lists every file and folder it can reach.

Log in or create account

IGCSE & A-Level