In the "Finding Things" episode (Episode 7, https://swcarpentry.github.io/shell-novice/07-find.html), the find command is the only command discussed for finding files. I would also recommend, discussing other options for this, such as locate, whereis, which. They might not be as powerful, but are often handy quick options.
In the "Finding Things" episode (Episode 7, https://swcarpentry.github.io/shell-novice/07-find.html), the
find
command is the only command discussed for finding files. I would also recommend, discussing other options for this, such aslocate
,whereis
,which
. They might not be as powerful, but are often handy quick options.