Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-12 00:18:03 +00:00
parent 4ed84edbe1
commit ffbd8c31db
29 changed files with 244 additions and 70 deletions

View File

@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Transfer directory contents, but not the directory itself:
`rsync {{[-r|--recursive]}} {{path/to/source}}/ {{path/to/destination}}`
`rsync {{[-r|--recursive]}} {{path/to/source/}} {{path/to/destination}}`
- Use archive mode, resolve symlinks, and skip files that are newer on the destination: