bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

don't say uniq -D -c is meaningless


From: Dan Jacobson
Subject: don't say uniq -D -c is meaningless
Date: Sun, 25 Jun 2006 00:47:47 +0800

$ dmesg|sort|uniq -D -c
uniq: printing all duplicated lines and repeat counts is meaningless
Try `uniq --help' for more information.

Meaningless for you, but just what I want:

$ dmesg|sort|uniq -D|uniq -c
      5 EXT3-fs: mounted filesystem with ordered data mode.
      2 PCI: Hardcoded IRQ 14 for device 0000:00:11.1

So better say
uniq: please use uniq -D|uniq -c for now until we figure this one out




reply via email to

[Prev in Thread] Current Thread [Next in Thread]