mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
sort.md: sync linux & common versions
This commit is contained in:
parent
8eadb597a6
commit
894921a9e2
@ -10,6 +10,10 @@
|
||||
|
||||
`sort -r {{filename}}`
|
||||
|
||||
- Sort a file using numeric rather than alphabetic order:
|
||||
|
||||
`sort -n {{filename}}`
|
||||
|
||||
- Sort the passwd file by the 3rd field, numerically:
|
||||
|
||||
`sort -t: -k 3n /etc/passwd`
|
||||
|
Loading…
Reference in New Issue
Block a user