Asked by Anonymous

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.

Answers

Answered by oobleck
cp d1/* d2
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions