Tool: GNU Findutils¶
Powerful directory search and file locating capabilities
find
locate
updatedb
xargs
find
: Searches a Directory Tree¶
file with an extension (e.g., svg)
special characters
\
: provides escaped character (delaying wildcard character*
)*
: is a wildcard character, indicating anything can be acceptable
file within a range of dates
special characters
!
: denotes "not"
further reading
add more content