RENAME(1) Linux Programmer’s Manual RENAME(1) 名前 rename - ファイル名を変更する 書式 rename from to file... 説明 rename は、指定したファイル名において from に最初にマッチする部分を to で置き換える。 例えば、ファイル foo1, ..., foo9, foo10, ..., foo278 を与えると、 rename foo foo0 foo? rename foo foo0 foo?? というコマンドは、ファイル名を foo001, ..., foo009, foo010, ..., foo278 に変換する。 そして、 rename .htm .html *.htm というコマンドは、html ファイルの拡張子を修正する。 関連項目 mmv(1), mv(1) 1 January 2000 RENAME(1)
RENAME(1) Linux Programmer’s Manual RENAME(1) NAME rename - Rename files SYNOPSIS rename from to file... rename -V DESCRIPTION rename will rename the specified files by replacing the first occur- rence of from in their name by to. -V, --version Display version information and exit. For example, given the files foo1, ..., foo9, foo10, ..., foo278, the commands rename foo foo0 foo? rename foo foo0 foo?? will turn them into foo001, ..., foo009, foo010, ..., foo278. And rename .htm .html *.htm will fix the extension of your html files. SEE ALSO mv(1) AVAILABILITY The rename command is part of the util-linux-ng package and is avail- able from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. 1 January 2000 RENAME(1)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa