* 'feat/3887/rename' of https://github.com/echoechoin/util-linux:
rename: fix buffer overflow by using PATH_MAX instead of unreliable st_size
rename: add --copy option to copy instead of rename
== OPTIONS
*-s*, *--symlink*::
-Do not rename a symlink but change where it points.
+Do not rename a symbolic link but change where it points.
+ *-c*, *--copy*::
+ Copy files instead of renaming them. The original files remain unchanged. For regular files, the content is copied and permission bits (*S_IRWXU*|*S_IRWXG*|*S_IRWXO*) are preserved, but ownership, timestamps, and extended attributes are not. For symbolic links, a new link with the same target is created.
+
*-v*, *--verbose*::
Show which files were renamed, if any.