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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!