Question: Question 6 . ( 2 0 points ) Shell Programming Your task is to create a Bash shell script that automates the backup process for
Question points Shell Programming
Your task is to create a Bash shell script that automates the backup process for all program files in your current directory. The script should follow this algorithm:
Prompt the user to enter a backup directory name.
If the backup directory does not exist in the current directory, create the backup directory and print a message.
For each cpp file in the current directory,
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
