You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: