1ABS2REL(1)                    Java Packages Tools                   ABS2REL(1)
2
3
4

NAME

6       abs2rel - convert absolute path to relative path
7

SYNOPSIS

9       abs2rel path base
10

DESCRIPTION

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

EXAMPLES

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

AUTHOR

22       Written by Mikolaj Izdebski.
23

REPORTING BUGS

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/28/2020                        ABS2REL(1)
Impressum