Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`sort {{[-n|--numeric-sort]}} {{path/to/file}}`
- Sort `/etc/passwd` by the 3rd field of each line numerically, using `:` as a field separator:
- Sort `/etc/passwd` by the 3rd field onward of each line numerically, using `:` as a field separator:
`sort {{[-t|--field-separator]}} : {{[-k|--key]}} 3n /etc/passwd`