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

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

[debbugs-tracker] bug#25693: closed (-A and mixed line terminators)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25693: closed (-A and mixed line terminators)
Date: Sun, 12 Feb 2017 07:45:01 +0000

Your message dated Sat, 11 Feb 2017 23:44:30 -0800
with message-id <address@hidden>
and subject line Re: bug#25693: -A and mixed line terminators
has caused the debbugs.gnu.org bug report #25693,
regarding -A and mixed line terminators
to be marked as done.

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


-- 
25693: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25693
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: -A and mixed line terminators Date: Sun, 12 Feb 2017 03:14:18 +0100
Hi,

I don't know if this is a bug or not, but -A does not seem to properly
deal with mixed line terminators.

Here's a way to replicate the issue.

$ wget http://www.popot.org/popuw_forum_archive/4a.html
$ file 4a.html
$ wc -l 4a.html
$ grep -A 10000 tul 4a.html
$ tail 4a.html

I'm requesting 10000 lines of trailing context, which is more lines
than the entire file, but output is prematurely cut off.

Best regards,
Norbert



--- End Message ---
--- Begin Message --- Subject: Re: bug#25693: -A and mixed line terminators Date: Sat, 11 Feb 2017 23:44:30 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0
Norbert de Jonge wrote:
I'm requesting 10000 lines of trailing context, which is more lines
than the entire file, but output is prematurely cut off.

The last line of output is "Binary file 4a.html matches", which indicates that the output would otherwise have data that is improperly encoded for your locale. Try using the -a option, or use the C locale (set LC_ALL=C in your environment).


--- End Message ---

reply via email to

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