diff options
Diffstat (limited to 'src/blog')
| -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 |
