uniq信息详情

uniq发音

意思翻译

n.显示并删除文件中重复的行(命令名)

相似词语短语

vocality credit union───声乐信用合作社

run low on───耗尽(口语,非正式)

navigating the unknown───探索未知世界

enjoy your sun───享受你的阳光

run into debt───开始负债;负债; 拉饥荒; 拉账

dunnage defined───衬垫定义

gunshot wounds───火器伤;枪伤

soreness underarm───腋下酸痛

locking tuners───锁定调谐器

catarrhal lung───卡他性肺

双语使用场景

Next time, we'll take a look at uniq.───下次,我们将讨论uniq

Both sort and uniq print outcomes to stdout.───sort和uniq都将输出打印到stdout。

uniq reduces the list to the following───将列表精简为

Remember what you learned about character and numeric sorting back in the Sort and uniq section.───回忆一下Sort和uniq小节中介绍的字符和数值排序。

The uniq command normally operates on sorted files, and removes consecutive identical lines from any file, whether sorted or not.───uniq命令通常操作已排序的文件,并从文件(不管是否排序)中删除连续的相同行。

Again, note how Perl was an intermediate tool between find, sort and uniq.───此外,请注意Perl是如何成为find、sort和uniq之间的中间工具的。

Then, use awk to strip out the command name minus options and arguments, and pass the sorted list to uniq to give an enumerated list.───然后,使用awk删除命令名称减号选项和参数,然后将经过排序的列表传递给uniq以得到一个枚举列表。

Another command called uniq gives us another way of controlling the elimination of duplicate lines.───另一个名为uniq的命令为我们提供了另一种删除重复行的方式。

Earlier this year Uniq, a milk-firm-turned-sandwich-maker, was taken over by its own pension fund.───今年年初,由牛奶公司转型的三明治制造商尤尼克(Uniq)只能靠着领取养老金继续存在。

英语使用场景

The uniq command normally operates on sorted files, and removes consecutive identical lines from any file, whether sorted or not.

Then, use awk to strip out the command name minus options and arguments, and pass the sorted list to uniq to give an enumerated list.

Therefore, the output of the entire script is piped through sort, and then uniq to yield an alphabetized list of unique commands found in your $PATH.

Remember what you learned about character and numeric sorting back in the Sort and uniq section.