Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Ask HN: Any CLI or GUI tool for getting relative paths between 2 folders?
1 points
turbo_fart_box
7y ago
2 comments
Save
Share
There must be a tool that makes it easier to get a deep relative path between 2 far away folders with ease! Any suggestions?
2 comments
2 comments · 2 top-level
top
newest
oldest
gry
7y ago
realpath
https://www.gnu.org/software/coreutils/manual/html_node/Real...
jquast
7y ago
You could write it in one line of Python or so, using os.path.relpath
j
/
k
navigate · click thread line to collapse