Provided by:
manpages-zh_1.5.2-1_all 
NAME
uniq - 刪除排序檔案中的重復行
總覽 (SYNOPSIS)
../src/uniq [OPTION]... [INPUT [OUTPUT]]
描述 (DESCRIPTION)
從 INPUT (或 標準輸入) 數據 中 忽略 (但是 保留 一行) 連續的 相似行, 結果 送入 OUTPUT (或 標準輸出).
-c, --count
在 行首 顯示 出現 的 數目
-d, --repeated
僅顯示 重復行
-D, --all-repeated
顯示 全部 重復行
-f, --skip-fields=N
不比較 起初的 N 欄
-i, --ignore-case
比較時 忽略 大小寫
-s, --skip-chars=N
不比較 起初的 N 個 字符
-u, --unique
僅顯示 無重復行
-w, --check-chars=N
每行中 比較 不超過 N 個 字符
-N 同 -f N
+N 同 -s N
--help 顯示 幫助信息, 然後 結束
--version
顯示 版本信息, 然後 結束
欄(field) 指 一段 空白符(whitespace), 接下來 一段 非空白符. 字符前 的 欄 被 忽略 (Fields are
skipped before chars).
作者 (AUTHOR)
Richard Stallman 和 David MacKenzie.
報告 BUGS
發現的 bug 送往 <bug-textutils@gnu.org>.
版權 (COPYRIGHT)
Copyright © 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
另見 (SEE ALSO)
uniq 的 完整文件 以 Texinfo 手冊 的 格式 維護. 如果 正確 安裝了 info 和 uniq 程式, 使用 命令
info uniq
能夠 訪問到 完整 的 手冊.
[中文版維護人]
徐明 <xuming@users.sourceforge.net>
[中文版最新更新]
2003/05/13
《中國Linux論壇man手冊頁翻譯計劃》
http://cmpp.linuxforum.net