Posts tagged bash script
Shell script to create directory that doesn’t exist
Dec 27th
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.






