Question: Please do it in LINUX Write a simple shell script to move (rename) all *.PDF files under the current directory (if any) to *.pdf, e.g.,
Please do it in LINUX
Write a simple shell script to move (rename) all *.PDF files under the current directory (if any) to *.pdf, e.g., move test.PDF to test.pdf move hello.PDF.PDF to hello.PDF.pdf move .hello.PDF.PDF to .hello.PDF.pdf and report each action, otherwise just report there are no *.PDF files.
Thank You
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
