mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +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 -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 a file using numeric rather than alphabetic order:
|
||||||
|
|
||||||
`sort -n {{filename}}`
|
`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 a file preserving only unique lines:
|
||||||
|
|
||||||
`sort -u {{filename}}`
|
`sort -u {{filename}}`
|
||||||
|
Loading…
Reference in New Issue
Block a user