There are usually five purposes for rename a file (multiple files):
- Replace (delete/remove) the spaces in a filename
- Rename the suffix of a file
- Add date in a filename
- Uppercase/lowercase first letter(all letters) in a filename
- Replace a specific part of a filename
Here, I will show you some script to do all jobs.
1. Replace (delete/remove) the spaces in a filename
<sp …