blob: 8103a5ad475c4c51822d7951b098a50bbb96d667 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
--- 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/.
|