Fixed comments

This commit is contained in:
Michele Cereda
2022-05-05 15:32:06 +02:00
parent 5e97e30ffe
commit 1e7efd622c

View File

@@ -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.