1. Create Bash shell script that would let a user make a copy of all the files in a directory.
2. Create two Bash shell scripts that will perform some work (of your choice).
3. Create a Bash shell script that would serve as a menu for the three scripts you have created.
1 answer
cp d1/* d2