1ABS2REL(1) Java Packages Tools ABS2REL(1)
2
3
4
6 abs2rel - convert absolute path to relative path
7
9 abs2rel path base
10
12 The abs2rel command takes exactly two arguments - a destination path
13 and a base path. It determines relative path from the base path to the
14 destination path and prints it on standard output.
15
17 abs2rel /1/2/3/a/b/c /1/2/3 will print a/b/c on standard output.
18
19 abs2rel foo/bar foo/baz will print ../bar on standard output.
20
22 Written by Mikolaj Izdebski.
23
25 Bugs should be reported through Java Packages Tools issue tracker at
26 Github: https://github.com/fedora-java/javapackages/issues.
27
28
29
30JAVAPACKAGES 07/20/2023 ABS2REL(1)