Write an Unix shell script that does the following: o Creates a directory, projectFiles Creates 3 additional directories (as sub
directories of projectFiles): source, data, and results. Submit a single text file containing your shell commands
1 answer:
Answer:
mkdir -p /path/{projectFiles/{source, data, results}}
Explanation:
- mkdir is the command for creating directory in unix shell
- -p is used for creating several subdirectories at the same time
- /path/ after, the path is given for the directory projectFiles
- {projectFiles/{source, data, results}} is followed after the path as the directory and subdirectories to be created in curly brackets.
You might be interested in
You should use the <span>media="print" link tag to achieve this. </span>
Answer:
I believe the answer is exclusive but im not 100% sure
Indents? Double Space? one of those
Answer: I think is 3. They acquired cable channels. They acquired cable operators.
Explanation: