Bug 193079
Summary: | tail +2 doesn't work like it does under FC4 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jason Haar <jhaar> |
Component: | coreutils | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5 | CC: | meyering |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-05-25 08:56:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jason Haar
2006-05-25 00:09:53 UTC
Read the online version of the Release Notes (http://fedora.redhat.com/docs/release-notes/fc5/#id2947041). You can have the old behavior by setting _POSIX2_VERSION=199209 in your environment Alternatively, use the current syntax: tail -n +2 |