What find -name does
Find every file matching a name pattern in this folder and the ones inside it.
find.-name*.txt
find— command — find files.— argument: a file, a folder, or text-name— flag (a command option)*.txt— argument: a file, a folder, or text