rename.1
来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· 1 代码 · 共 42 行
1
42 行
.\" Written by Andries E. Brouwer (aeb@cwi.nl).\" Placed in the public domain.\".TH RENAME 1 "1 January 2000" "" "Linux Programmer's Manual".SH NAMErename \- Rename files.SH SYNOPSIS.BI rename " from to file...".SH DESCRIPTION.B renamewill rename the specified files by replacing the first occurrence of.I fromin their name by.IR to .For example, given the files.IR foo1 ", ..., " foo9 ", " foo10 ", ..., " foo278 ,the commands.RS.nfrename foo foo0 foo?rename foo foo0 foo??.fi.REwill turn them into.IR foo001 ", ..., " foo009 ", " foo010 ", ..., " foo278 .And.RS.nfrename .htm .html *.htm.fi.REwill fix the extension of your html files..SH "SEE ALSO".BR mmv (1),.BR mv (1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?