tail: read only a portion of a file if it's huge. closes bug 551
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Aug 2009 01:16:18 +0000 (03:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Aug 2009 01:16:18 +0000 (03:16 +0200)
commit79b021d738186ad0c581714626c7d2eea1bb6445
treedccc053f0bf2593ca3b279a9d21399822d7a57b3
parente531759ef140c249fcab88a853567d2d31803105
tail: read only a portion of a file if it's huge. closes bug 551

function                                             old     new   delta
tail_main                                           1494    1526     +32
tail_read                                            125     129      +4

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/tail.c