Recursively rename files in provided directory by adding the parent directory name while keeping the numbering (first number in file name is kept by default).
renparkn [OPTIONS] <DIR_PATH>
<DIR_PATH> Path to directory with files to be renamed
-a, --num-after <STRING> Extract numbering after provided string (case sensitive)
-n, --dry-run Show rename proposal but do not apply
-h, --help Print help
-V, --version Print version