diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-28 09:34:46 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-28 09:34:46 +0200 |
| commit | aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8 (patch) | |
| tree | 222ae7cc52bf8395d44324bb829e2686acde10d8 /src/blog/2024-09-20-c-scripting/c-scripting.md | |
| parent | b55c05b91316f2054b3046794799e7eaa5ffcd8d (diff) | |
| parent | c192f8cde924377ffe4085a80f2baeb525658af1 (diff) | |
| download | sebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.tar.gz sebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.zip | |
Merge branch 'master' of tronto.net:sebastiano.tronto.net
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 |
