Today I Learned

tags


2021/11/23

locate searches all filenames for a keyword using a database which you can update updatedb. whereis searches for binaries using the same mechanism.

https://www.madebygps.com/an-intro-to-finding-things-in-linux/


2022/05/09


2022/05/16

that gzip(1), by default, includes file mtimes. The flag to prevent gzip from zipping non-deterministically is gzip --no-name or gzip -n.