mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 18:51:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user