mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 01:41:39 +03:00
sort: swap examples to introduce options gradually
This commit is contained in:
parent
616f92d719
commit
8eadb597a6
@ -10,14 +10,14 @@
|
||||
|
||||
`sort -r {{filename}}`
|
||||
|
||||
- Sort the passwd file by the 3rd field, numerically:
|
||||
|
||||
`sort -t: -k 3n /etc/passwd`
|
||||
|
||||
- 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`
|
||||
|
||||
- Sort a file preserving only unique lines:
|
||||
|
||||
`sort -u {{filename}}`
|
||||
|
Loading…
Reference in New Issue
Block a user