1 b79428b4 2022-07-13 src .Dd July 07, 2022
7 b79428b4 2022-07-13 src .Nd rename files
10 b79428b4 2022-07-13 src .Ar from to file ...
11 b79428b4 2022-07-13 src .Sh DESCRIPTION
14 b79428b4 2022-07-13 src renames the supplied
16 b79428b4 2022-07-13 src by replacing the first occurence of
21 b79428b4 2022-07-13 src The options are as follows:
22 b79428b4 2022-07-13 src .Bl -tag -width Ds
24 b79428b4 2022-07-13 src Replace all occurences of
26 b79428b4 2022-07-13 src instead of only the first one. Overrides
29 b79428b4 2022-07-13 src Prompt to stderr before overriding existing files. A renaming operation is only
30 b79428b4 2022-07-13 src attempted if the response form stdin begins with the character
33 b79428b4 2022-07-13 src Replace the last occurence of
35 b79428b4 2022-07-13 src instead of the first one.
37 b79428b4 2022-07-13 src Don't actually rename any files. Useful with
40 b79428b4 2022-07-13 src Don't override existing files. Disables
43 b79428b4 2022-07-13 src Display the old and new names of each renamed file.
45 b79428b4 2022-07-13 src .Sh EXIT STATUS
51 b79428b4 2022-07-13 src .An Alexander Arkhipov Aq Mt src@mineeyes.cyou .