📜  grep 忽略重复行 - Shell-Bash 代码示例

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

代码示例1
Just comgine "sort -u" with grep command to ignore repeated lines:
grep file_name | sort -u