aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/relpath/pkg-descr
blob: 57b296735b94fabe0f94aca67022190553eb3fd3 (plain) (blame)
1
2
3
4
5
6
7
8
Usage: relpath [-d DIR] START_DIR END_PATH

Find a relative path from START_DIR to END_PATH.
Prints the relative path on standard out.

If -d DIR, then only emit a relative path if both
START_DIR and END_PATH are sub-directories of DIR;
otherwise, emit an absolute path to END_PATH.