emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#7706: closed (tac prints file lines in order whe


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7706: closed (tac prints file lines in order when given a separator)
Date: Thu, 23 Dec 2010 00:47:02 +0000

Your message dated Wed, 22 Dec 2010 17:53:01 -0700
with message-id <address@hidden>
and subject line Re: bug#7706: Cancel the bug report
has caused the GNU bug report #7706,
regarding tac prints file lines in order when given a separator
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7706: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7706
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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

--- End Message ---
--- Begin Message --- Subject: Re: bug#7706: Cancel the bug report Date: Wed, 22 Dec 2010 17:53:01 -0700 User-agent: Mutt/1.5.20 (2009-06-14)
Tim Blair wrote:
> I misinterpreted the man page, there is no bug.

No problem.  Closing the bug then.  Thank you for participating in the
development of the GNU Project software.

Bob


--- End Message ---

reply via email to

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