Query: abs2rel
OS: centos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ABS2REL(1) Java Packages Tools ABS2REL(1)NAMEabs2rel - convert absolute path to relative pathSYNOPSISabs2rel path baseDESCRIPTIONThe abs2rel command takes exactly two arguments - a destination path and a base path. It determines relative path from the base path to the destination path and prints it on standard output.EXAMPLESabs2rel /1/2/3/a/b/c /1/2/3 will print a/b/c on standard output. abs2rel foo/bar foo/baz will print ../bar on standard output.REPORTING BUGSBugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/.JAVAPACKAGES06/10/2014 ABS2REL(1)