swcarpentry / shell-novice

The Unix Shell
http://swcarpentry.github.io/shell-novice/
Other
388 stars 974 forks source link

Other Options for Finding Files in Episode 7 #1424

Open brian-knosp opened 1 year ago

brian-knosp commented 1 year ago

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.