GNU bug report logs - #39951
tail -n +NUM is not working properly

Previous Next

Package: coreutils;

Reported by: Dimitris Moraitidis <dimitris.moraitidis <at> gmail.com>

Date: Fri, 6 Mar 2020 15:30:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Dimitris Moraitidis <dimitris.moraitidis <at> gmail.com>
To: 39951 <at> debbugs.gnu.org
Subject: bug#39951: tail -n +NUM is not working properly
Date: Fri, 6 Mar 2020 10:42:15 +0100
[Message part 1 (text/plain, inline)]
Hey there,

tail -n + NUM does not return the desired output. +NUM starts from the top
of the file, not from the bottom.

So for example, given the following file:

>this
>is
>an
>example
>file
>each
>word
>represents
>a
>line

and executing tail -n +3 example, I am getting

>example
>file
>each
>word
>represents
>a
>line

instead of


>this
>is
>an
>example
>file
>each
>word

I am using *tail (GNU coreutils) 8.28 *in latest ubuntu 18.04 LTS

Thanks in advance for looking into this :)

-- 
// Moraitidis D. Dimitris,
// Athens University of Economics and Business (AUEB)
// Department of Informatics
[Message part 2 (text/html, inline)]

This bug report was last modified 5 years and 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.