I have started learning about shell scripting a day ago.I got baffling about creating a directory. The scenario is, If we run the script.script should ask for the path to create the directory and if we specify the path, directory should be created in the specified path.Please suggest your thoughts.
Thanks
If the path is stored in the variable
path, then do