<html><head></head><body>As of a few days ago, I am now back in Perth.<div><br></div><div>February involved a deep dive on paths, from synthetic vs real, physical vs logical, leaf resolution vs follow resolution, relative vs absolute, and the complexity of their mixture. For instance, did you know that `cd <symlink>/..; cd <subpath>` and `cd <symlink>/../<subpath>` behave differently? Furthermore `readlink`, the tool to resolve symlinks, behaves differently between macos and linux.</div><div><br></div><div>All this complexity is now handled, tested, and released with the rewritten `fs-path` in Dorothy, which imho includes a good explanation of all the complexity in its `--help`:</div><div>https://github.com/bevry/dorothy/blob/d33a5d5e91b0b8fe2f121cd0fb07f26c49a8b08a/commands/fs-path#L2077</div></body></html>