This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000571] New: tail fails on systems which enforce POSIX


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000571

           Summary: tail fails on systems which enforce POSIX
           Product: eCos
           Version: unknown
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Kernel
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: bsder@allcaps.org
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


Despite being widely used, the 'head/tail -N' syntax isn't POSIX
compliant. It needs to be changed to 'head/tail -n -N' or 'head/tail -n +N'.

The symptom is:
tail: cannot open `+2' for reading: No such file or directory


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]