gpt4 book ai didi

linux - 为什么我需要对 uniq 进行排序以删除重复行?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:44:42 26 4
gpt4 key购买 nike

我想查看文件的唯一行(只出现一次的行)但以下命令显示重复行:

uniq -u data.txt 
#(it shows repeated lines)

我搜索了一下,发现如果你输入 sort 就可以,但为什么呢?

sort data.txt | uniq - u 
#(it works, only shows unique lines)

最佳答案

它在手册页中是明确的:

Repeated lines in the input will not be detected if they are not adja- cent, so it may be necessary to sort the files first.

关于linux - 为什么我需要对 uniq 进行排序以删除重复行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38506066/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com