SYNOPSIS
linrename from to file...
DESCRIPTION
linrename will rename the specified files by replacing the first occur-
rence of from in their name by to.
For example, given the files foo1, ..., foo9, foo10, ..., foo278, the
commands
linrename foo foo0 foo?
linrename foo foo0 foo??
will turn them into foo001, ..., foo009, foo010, ..., foo278.
And
linrename .htm .html *.htm
will fix the extension of your html files.
SEE ALSO
mmv(1), mv(1)
1 January 2000 RENAME(1)
Man(1) output converted with
man2html