Batch rename files by shell
Today I have a lot of screenshot images need to be rename. Well , it seems to be an easy task, but the space characters inside file names cause a little trouble.
If I define a bash function in command line directly, it works well:
cnf(){
files=$(ls -...
kenhu.hashnode.dev1 min read