正規表現によるファイル名の一括置換

Nid: 96

例:正規表現によって半角スペースを半角アンダーバーに置換

$ rename 's/ /_/g' *

環境

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.1 LTS
Release:        14.04
Codename:       trusty
$ file $(readlink -f $(type -p rename))
/usr/bin/prename: Perl script, ASCII text executable