mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Clarify that "sort" doesn't modify the file (#4121)
This commit is contained in:
parent
335fa5ca53
commit
3b2974ba31
@ -434,7 +434,7 @@ tail -n 10 file.txt
|
||||
# prints first 10 lines of file.txt
|
||||
head -n 10 file.txt
|
||||
|
||||
# sort file.txt's lines
|
||||
# print file.txt's lines in sorted order
|
||||
sort file.txt
|
||||
|
||||
# report or omit repeated lines, with -d it reports them
|
||||
|
Loading…
Reference in New Issue
Block a user