This website requires JavaScript.
Explore
Help
Sign In
zhenxing
/
computer_knowledge_notes
Watch
1
Star
0
Fork
You've already forked computer_knowledge_notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5ca395bb0c
computer_knowledge_notes
/
Software
/
文本转换
/
uniq.md
147 B
Raw
Blame
History
Unescape
Escape
uniq [options] [input [output]] # 过滤input中的重复行
,
输出到output # 注
:
一般与sort命令连用
,
先排序
,
再过滤