bug-coreutils
[Top][All Lists]
Advanced

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

bug#61248: uniq --unique needs examples


From: Dan Jacobson
Subject: bug#61248: uniq --unique needs examples
Date: Sat, 11 Feb 2023 09:06:15 +0800

BV> While an example is always nice, isn't the last part of the above
BV> exactly telling what it's doing?

That is for experts to know. The rest of us need examples,
sort of like your idea, (please modify):

$ echo a a a b c c b b d b | xargs --max-args=1 | uniq --unique
b
d
b





reply via email to

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