summaryrefslogtreecommitdiff
path: root/sysutils/linrename/files/patch-misc-utils__rename.1
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-12-25 16:02:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-12-25 16:02:15 +0000
commitf18216c6f290824387f2bf37f5e70e462279a6ba (patch)
tree5edf67d15b93ab9a66d90440c0e9507a954cb693 /sysutils/linrename/files/patch-misc-utils__rename.1
parentUpdate to 2.0.2 (diff)
Add linrename 2.12r, rename multiple files using substitution.
PR: 106658 Submitted by: Jonathan Liu <Net147 at hotmail.com>
Notes
Notes: svn path=/head/; revision=180717
Diffstat (limited to 'sysutils/linrename/files/patch-misc-utils__rename.1')
-rw-r--r--sysutils/linrename/files/patch-misc-utils__rename.137
1 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/linrename/files/patch-misc-utils__rename.1 b/sysutils/linrename/files/patch-misc-utils__rename.1
new file mode 100644
index 000000000000..58de31e772ea
--- /dev/null
+++ b/sysutils/linrename/files/patch-misc-utils__rename.1
@@ -0,0 +1,37 @@
+--- ./misc-utils/rename.1.orig Sun Aug 22 17:14:45 2004
++++ ./misc-utils/rename.1 Mon Dec 25 14:54:11 2006
+@@ -3,11 +3,11 @@
+ .\"
+ .TH RENAME 1 "1 January 2000" "" "Linux Programmer's Manual"
+ .SH NAME
+-rename \- Rename files
++linrename \- Rename files
+ .SH SYNOPSIS
+-.BI rename " from to file..."
++.BI linrename " from to file..."
+ .SH DESCRIPTION
+-.B rename
++.B linrename
+ will rename the specified files by replacing the first occurrence of
+ .I from
+ in their name by
+@@ -19,8 +19,8 @@
+
+ .RS
+ .nf
+-rename foo foo0 foo?
+-rename foo foo0 foo??
++linrename foo foo0 foo?
++linrename foo foo0 foo??
+ .fi
+ .RE
+
+@@ -30,7 +30,7 @@
+ And
+ .RS
+ .nf
+-rename .htm .html *.htm
++linrename .htm .html *.htm
+ .fi
+ .RE
+