Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-16 00:31:59 +00:00
parent bac2b335ce
commit 6ccb3a7063
25 changed files with 52 additions and 39 deletions

View File

@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
`sync {{path/to/file}}`
- Flush writes and drop file system caches (Linux only):
- Flush writes and drop filesystem caches (Linux only):
`sync; echo 3 | sudo tee /proc/sys/vm/drop_caches`