--- misc-utils/rename.1.orig 2014-10-24 09:21:20 UTC +++ misc-utils/rename.1 @@ -3,12 +3,12 @@ .\" .TH RENAME 1 "June 2011" "util-linux" "User Commands" .SH NAME -rename \- rename files +linrename \- rename files .SH SYNOPSIS -.B rename +.B linrename .RI [ options ] " expression replacement file" ... .SH DESCRIPTION -.B rename +.B linrename will rename the specified files by replacing the first occurrence of .I expression in their name by @@ -33,8 +33,8 @@ the commands .RS .PP .nf -rename foo foo0 foo? -rename foo foo0 foo?? +linrename foo foo0 foo? +linrename foo foo0 foo?? .fi .PP .RE @@ -44,7 +44,7 @@ And .RS .PP .nf -rename .htm .html *.htm +linrename .htm .html *.htm .fi .PP .RE @@ -58,5 +58,5 @@ know what you are doing. .SH "SEE ALSO" .BR mv (1) .SH AVAILABILITY -The rename command is part of the util-linux package and is available from +The linrename command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.