bug-coreutils
[Top][All Lists]
Advanced

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

bug#23953: make first tsort example a little more special


From: 積丹尼 Dan Jacobson
Subject: bug#23953: make first tsort example a little more special
Date: Tue, 12 Jul 2016 14:54:50 +0800

In (info "(coreutils) tsort invocation")

tsort <<EOF
a b c
d
e f
b c d e
EOF

will produce the same output as just

tr \  \\n <<EOF|sort -u
a b c
d
e f
b c d e
EOF

so perhaps make that example a little different -- or mention how the
two differ.

Yes I know the next page goes into more depth, but I'm talking about how
to make a better first impression on the reader.





reply via email to

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