Writing a bash shell script called “ test.sh ” that will creates directory using MENU DRIVEN, considering the following:

  • Making a new directory using (mkdir.sh)
  • Read In directory name (may enter a path)
  • Check If it exists.
  • If it does, warn user.
  • Otherwise create it.

(more…)