From ccc759c09c0738efce3d3f6f063b98fc55c27802 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 9 Jun 2025 09:33:40 +0200 Subject: Added note to old blog post due to feedback --- src/blog/2024-09-20-c-scripting/c-scripting.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/blog/2024-09-20-c-scripting/c-scripting.md b/src/blog/2024-09-20-c-scripting/c-scripting.md index de70812..49ea366 100644 --- a/src/blog/2024-09-20-c-scripting/c-scripting.md +++ b/src/blog/2024-09-20-c-scripting/c-scripting.md @@ -75,6 +75,11 @@ systems! The command is also included in FreeBSD (since 4.3) and MacOS (since 13), and there are probably workarounds to make the same concept work without it. +*Edit 2025-06-09: as a reader points out, `realpath` is included +in the most recent POSIX standard, +[POSIX.1-2024](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/realpath.html), +so it should be more widely available in the future.* + ## Credits I did not come up with this trick - I read about it in at least -- cgit v1.3