Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions