Rename-cheatsheets速查表

Installation

brew install rename

See: http://plasmasturm.org/code/rename/

Regex substitution

rename 's/hello/world/' *.txt

Rename hello.txt to world.txt and so on in *.txt.

Replace extension

rename -s .png .jpg.png *.png

Replace .png with .jpg.png in *.png.

Options

Option Description
-n Simulation
-l Symlink instead of rename
-i Interactive

Also see


本站为非盈利网站,作品由网友提供上传,如无意中有侵犯您的版权,请联系删除