Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a bash script that will be taking an existing directory as an input, bash script must create three folders within that path called a,
Write a bash script that will be taking an existing directory as an input, bash script must create three folders within that path called a, b and c and perform following tasks:
Task 1: store a hostname in a text file called hostname.txt in folder a.
Task 2: store a structure of files in C:\ drive in file called c_files_strucrure.txt in folder b(tip ls command).
Task 3: move folders a and b with their content to folder c.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started