Changes the extension of some filename to a new one。
Installation
Install it as a command line tool via npm -g
.
npm install changeext -g
Execution
$ changeext --help // print help information$ changeext txt js // change 'txt' to 'js' $ changeext -i js -t txt // change 'js' to 'txt'// or with directory$ changeext -d /home/test/ -i js -t txt// or loop
License
The MIT license.