📜  linux 中的 uniq 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:07.780000             🧑  作者: Mango

代码示例1
The uniq command can count and print the number of repeated lines.
Just like duplicate lines, we can filter unique lines (non-duplicate lines)
as well 
and can also ignore case sensitivity. 
We can skip fields and characters before comparing duplicate lines 
and also consider characters for filtering lines.