mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 18:35:33 +02:00
sort: add --ignore-case example (#2611)
This commit is contained in:
parent
4ae6029176
commit
92295cac37
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`sort -r {{filename}}`
|
`sort -r {{filename}}`
|
||||||
|
|
||||||
|
- Sort a file in case-insensitive way:
|
||||||
|
|
||||||
|
`sort --ignore-case {{filename}}`
|
||||||
|
|
||||||
- Sort a file using numeric rather than alphabetic order:
|
- Sort a file using numeric rather than alphabetic order:
|
||||||
|
|
||||||
`sort -n {{filename}}`
|
`sort -n {{filename}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue