I would like to change into a directory and run dupd on a subdirectory without having to resolve the absolute path of that subdirectory. Unfortunately, the program only accepts the implicit current directory or (with --path) absolute paths. It would be very helpful for the program to handle resolving the canonical path for a specified relative path.
I would like to change into a directory and run
dupd
on a subdirectory without having to resolve the absolute path of that subdirectory. Unfortunately, the program only accepts the implicit current directory or (with--path
) absolute paths. It would be very helpful for the program to handle resolving the canonical path for a specified relative path.