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

REPORTING BUGS

22       Bugs should be reported through Red Hat Bugzilla at
23       http://bugzilla.redhat.com/.
24
25
26
27JAVAPACKAGES                      11/20/2015                        ABS2REL(1)
Impressum