Question: 1. (10 pts) Write a simple shell script to move (rename) all *.PDF files under the current directory (if any) to pdf,eg. move test.PDF to

1. (10 pts) Write a simple shell script to move (rename) all *.PDF files under the current directory (if any) to pdf,eg. move test.PDF to test.pdf move hello.PDFPDF to hello.PDFpdf move .hello.PDFPDF to.hello.PDFpd)f and report each action, otherwise just report there are no *.PDF files
Step by Step Solution
There are 3 Steps involved in it
Heres a simple shell script to achieve this task bash binbash Initialize a flag to track if any file... View full answer
Get step-by-step solutions from verified subject matter experts
