Shell
Shell Script – Rename All Files In The Current Folder
Here is a shell script which can help you to rename all files in the current folder. You should input two strings as parameters for the script. Usage example: It will rename all files which name contains space, these speaces will be changed to ‘-‘. Rename.sh You can also use Read more…