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 od the script will be new class.sh
2. Create a script that given a PROJECTNAME, it will create a new directory named PROJECTNAME in the current directory, and file named PROJECTNAME.C in it
The name of the script will be createproject.sh
 1. Create a script that given a FOLDERNAME, it will create

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!