From 3b846498f41cc315105fbee96a79fc4a490a8df9 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 1 Jun 2026 21:41:25 +0300 Subject: [PATCH] Add current POSIX specification link Link to POSIX document to help contributors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf380b..3b45576 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and other extensions. ## Status -At this state _sed_ implements all POSIX commands +At this state _sed_ implements all [POSIX features](https://pubs.opengroup.org/onlinepubs/9799919799/) and can run correctly the two complex scripts of its integration tests: [hanoi.sed](https://github.com/uutils/sed/blob/main/tests/fixtures/sed/script/hanoi.sed) (solves the Towers of Hanoi puzzle) and [math.sed](https://github.com/uutils/sed/blob/main/tests/fixtures/sed/script/math.sed) (implements an arbitrary precision integer math calculator).