Question: Use bash program to do this question! - Write a simple shell script to move (rename) all *.MP3 files under the current directory (if any)
Use bash program to do this question!
- Write a simple shell script to move (rename) all *.MP3 files under the current directory (if any) to *.mp3, e.g., move test.MP3 to test.mp3 move hello.MP3.MP3 to hello.MP3.mp3 move .hello.MP3.MP3 to .hello.MP3.mp3 and report each action, otherwise just report there are no *.MP3 files.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
