Search & Find - Linux Command Library
Search & Find - Linux Command Library
Find all path names containing a FInd all files which are accessed 7
phrase days back
$ find / -atime 7
$ locate [query]
Find location of binary/source/man Find all files which are greater than
files for a command 10MB and less than 100MB
$ whereis [command] $ find / -size +10M -size -100M
https://linuxcommandlibrary.com/basic/searchfind 1/2
12/2/24, 10:13 Search & Find | Basic | Cheat sheet | Linux Command Library
All man pages are copyrighted by their respective authors. Thanks to TLDR and commandlinefu.com
Simon Schubert - [email protected]
My other projects:
https://linuxcommandlibrary.com/basic/searchfind 2/2