abs2rel (1) Linux Manual Page
abs2rel – convert absolute path to relative path Synopsisabs2rel path base DescriptionThe 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…
