Skip to content
zero2vibecodelearn vibe coding

What find -name does

Find every file matching a name pattern in this folder and the ones inside it.

find.-name*.txt
  • findcommand — find files
  • .argument: a file, a folder, or text
  • -nameflag (a command option)
  • *.txtargument: a file, a folder, or text

Explain other commands