uniq
美
英 
例句
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)只能靠著領取養老金繼續存在。
If necessary, you can extend the pipeline shown above further and redirect the output of uniq to yet another utility.
如有需要,您可進一步擴展管道,將uniq的輸出重定向到另外的實用工具。
However, both sort and uniq require data entry or input from the standard input device (stdin).
但是sort和uniq則需要從標準輸入設備(stdin)請求數據輸入。
Finally, sort and uniq in sequence ensure that repeated album names will be printed only once.
最后,按順序的sort和uniq確保了重復的專輯名只打印一次。
For the immediate problem, yes, shell is better; it makes good use of the built-in uniq -c command.
在目前這個問題上,我們承認,Shell的表現更為出色;它很好地利用了內置的uniq-c命令。
ve is a new and uniq Each second we live is a new and unique moment which will never be again.
我們活著的每一秒都是獨一無二,不可重現的。
Both sort and uniq print outcomes to stdout.
sort和uniq都將輸出打印到stdout。
To learn more about the extensive features of find, sort, and uniq, refer to each utility's man page on your UNIX system.
要了解find、sort和uniq的更多擴展特性,請參閱您的UNIX系統中每種實用工具的man頁。
Our sort was by collating sequence, so uniq gives us the "10 apple" line instead of the "1 apple" .
我們的排序是按照字符序列進行的,因此uniq顯示的是“10apple”行,而不是“1apple”。
The uniq command can also ignore some fields.
uniq命令還可以忽略某些字段。