diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-09 09:33:40 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-09 09:33:40 +0200 |
| commit | ccc759c09c0738efce3d3f6f063b98fc55c27802 (patch) | |
| tree | ca514253dca711002a30f8728dcfe230429dea2e /src/blog/2024-09-20-c-scripting/c-scripting.md | |
| parent | 954bd2f443fa9edcd68201f5579c908b7317c6fc (diff) | |
| download | sebastiano.tronto.net-ccc759c09c0738efce3d3f6f063b98fc55c27802.tar.gz sebastiano.tronto.net-ccc759c09c0738efce3d3f6f063b98fc55c27802.zip | |
Added note to old blog post due to feedback
Diffstat (limited to 'src/blog/2024-09-20-c-scripting/c-scripting.md')
| -rw-r--r-- | src/blog/2024-09-20-c-scripting/c-scripting.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
| 75 | MacOS (since 13), and there are probably workarounds to make the | 75 | MacOS (since 13), and there are probably workarounds to make the |
| 76 | same concept work without it. | 76 | same concept work without it. |
| 77 | 77 | ||
| 78 | *Edit 2025-06-09: as a reader points out, `realpath` is included | ||
| 79 | in the most recent POSIX standard, | ||
| 80 | [POSIX.1-2024](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/realpath.html), | ||
| 81 | so it should be more widely available in the future.* | ||
| 82 | |||
| 78 | ## Credits | 83 | ## Credits |
| 79 | 84 | ||
| 80 | I did not come up with this trick - I read about it in at least | 85 | I did not come up with this trick - I read about it in at least |
