ubuntuの場合はこう書きます。
$ rename "s/image/photo/;" *.jpegvimのようなsubstitubeですね。
普通に検索したら他のlinuxでのやり方が出てきて、エラーが出ます。
$ rename image photo image*.jpegこれはUbuntuではエラー
Bareword "image" not allowed while "strict subs" in use at (user-supplied code).
$ rename "s/image/photo/;" *.jpegvimのようなsubstitubeですね。
$ rename image photo image*.jpegこれはUbuntuではエラー
Bareword "image" not allowed while "strict subs" in use at (user-supplied code).
:g/\w\s\?$\n[a-z]/ joinとします。