mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
Clarify that "sort" doesn't modify the file (#4121)
This commit is contained in:
@@ -434,7 +434,7 @@ tail -n 10 file.txt
|
|||||||
# prints first 10 lines of file.txt
|
# prints first 10 lines of file.txt
|
||||||
head -n 10 file.txt
|
head -n 10 file.txt
|
||||||
|
|
||||||
# sort file.txt's lines
|
# print file.txt's lines in sorted order
|
||||||
sort file.txt
|
sort file.txt
|
||||||
|
|
||||||
# report or omit repeated lines, with -d it reports them
|
# report or omit repeated lines, with -d it reports them
|
||||||
|
Reference in New Issue
Block a user