2025-11-08 09:35:52
Is there a #UNIX style tool with which I can do any or all of (some are equivalent when combined with other tools):
* Turn absolute symlinks into relative ones or vice versa
* Increase or decrease the number of `../` segments in symlinks during/after copying/moving them
* Get me all a tree's symlinks in a text file so I can edit/sed them and turn them back into symlinks
* Full…