1RENAME(1)                  Linux Programmer's Manual                 RENAME(1)
2
3
4

NAME

6       rename - Rename files
7

SYNOPSIS

9       rename from to file...
10

DESCRIPTION

12       rename  will  rename  the specified files by replacing the first occur‐
13       rence of from in their name by to.
14
15       For example, given the files foo1, ..., foo9, foo10, ...,  foo278,  the
16       commands
17
18              rename foo foo0 foo?
19              rename foo foo0 foo??
20
21       will turn them into foo001, ..., foo009, foo010, ..., foo278.
22
23       And
24              rename .htm .html *.htm
25
26       will fix the extension of your html files.
27
28

SEE ALSO

30       mmv(1), mv(1)
31
32
33
34                                1 January 2000                       RENAME(1)
Impressum