Question: 1. Create a script that given a FOLDERNAME, it will create a new directory named FOLDERNAME in the current directory, and two FOLDERNAME's subfolders named

1. Create a script that given a FOLDERNAME, it will create a new directory named FOLDERNAME in the current directory, and two FOLDERNAME's subfolders named example and practice. The name of the script will be newclass.sh Syntaxis: sh, newclass.sh FOLDERNAME Example (executed at CURRENT_DIRECTORY): sh newclass.sh class5_2 Resulting directory structure: CURRENT_DIRECTORY/ I class5_27 example/ practice/ 2. Create a script that given a PROJECTNAME, it will create a new directory named PROJECTNAME in the current directory, and file named PROJECTNAME... in it. The name of the script will be createproject.sh Syntaxis: esh createproject.sh PROJECTNAME Example (executed at CURRENT_DIRECTORY): sh createproject.sh homework Resulting directory structure: CURRENT_DIRECTORY/ _homework/ - homework7.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
