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
Similar Questions
    1. answers icon 1 answer
  1. 2. The ____ is usually the first line in a Bash script.a) $!/bin/bash b) #!/bin/bash c) #!bin/bash d) #/bin/bash 3. The
    1. answers icon 1 answer
  2. 2. The ____ is usually the first line in a Bash script.a) $!/bin/bash b) #!/bin/bash c) #!bin/bash d) #/bin/bash 3. The
    1. answers icon 1 answer
  3. can someone write this script with unixThe script should be named final_YourLastname (e.g., a script written by York should be
    1. answers icon 1 answer
more similar questions