mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fixed comments
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
## TL;DR
|
||||
|
||||
```shell
|
||||
# Sort all given lines.
|
||||
# Sort given lines.
|
||||
sort path/to/file
|
||||
|
||||
# Sort all lines reverse.
|
||||
# Sort lines in reverse.
|
||||
sort -r path/to/file
|
||||
|
||||
# Sort lines numerically.
|
||||
|
||||
Reference in New Issue
Block a user