bug-coreutils
[Top][All Lists]
Advanced

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

bug#7706: tac prints file lines in order when given a separator


From: Tim Blair
Subject: bug#7706: tac prints file lines in order when given a separator
Date: Tue, 21 Dec 2010 21:43:18 -0500

[tim]$ /usr/bin/tac test.txt
six
five
four
three
two
one
[tim]$ /usr/bin/tac --separator=blah test.txt
one
two
three
four
five
six

The output of the first command makes sense, but I think that the second run
should print in the reverse order (and should have the separator, although I
could be misreading the man page)

Tim


reply via email to

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