17

The GNU sed manpage says:

The -E option switches to using extended regular expressions instead; it
has been supported for years by GNU sed, and is now included in POSIX.

However, POSIX Issue 7 (2018) sed doesn't list -E as an option.

Where can POSIX draft standards be viewed?

2 Answers 2

19

Drafts are only available to Austin Group members, but the information is publicly available in the Austin Group bug tracker: sed -E is queued for issue 8. (Joining the Austin Group only requires signing up to the mailing list.)

So the manpage is only slightly ahead of itself...

0
15

Draft POSIX documents are being worked on by the The Austin Common Standards Revision Group, who announce:

Jun 2020: The first draft of the 202x revision of the standard is now available.

The draft is relatively tightly guarded:

In order to download drafts from this web site, Austin Group members need to login using their individual web accounts and passwords.

Permission is granted to Austin Group participants to download and reproduce these documents for the purposes of Austin Group standardization activities. Other entities or persons seeking permission to reproduce these documents, or to reproduce portions of the document for any purpose must contact the copyright owners for express written permission.

I was able to become a Austin Group member via sign-up to the mailing list.

I also saw a warning on the Open Group Collaboration website that due to a bug, certain people needed to resend the email address verification, which I also did.

I checked that The Austin Group was coloured green when viewed via the Open Group Portal

I clicked the accept button on the Austin Group Member Login page, and logged in with the credentials created above.

I now have access to all 3785 pages of POSIX.1-202x Draft 1 Review Draft (June 2020). 🤓😎

The committee review for Draft 1 completed on August 25 2020 (from restricted link).

Issues with the Draft are available (publicly) via the Austin Group Issue Tracker. Filter by Project: Issue 8 draft.

4
  • Did you join with a private email address, or with an employer-provided address? Is your employer a member of the Open Group? (Trying to ascertain what the exact requirements are...) Commented Sep 1, 2020 at 11:21
  • @Stephen Kitt My business and private email address are one and the same (my own domain). I used the business email field though :) Commented Sep 1, 2020 at 12:50
  • Heh, so I imagine you’re not a member organisation of the Open Group then ;-). Interesting, so anyone can join! Commented Sep 1, 2020 at 12:56
  • Sorry, I missed the membership part of your question. I'm not a member, so for now anyone can join. Commented Sep 1, 2020 at 13:32

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.