Question: ET - 5 0 6 Fall 2 0 2 4 Sections H 2 / D 2 Homework 1 Please do the following processes in your

ET-506 Fall 2024 Sections H2/D2
Homework 1
Please do the following processes in your Linux system. Make sure you are using Js Linux and that you are logged into your account. Pay attention to case. I need to see answers to each separately along with conforming information. This assignment is meant to verify knowledge of file name expansion, brace expansion and various commands. IO redirection and Pipes. Commands list, not all inclusive: cat, echo, touch, mkdir, chmod, grep, sed, wc , sort.
1. Create these directories. (note your name is Yourname, it is your first name or last name or initials)-> means that is subdirectory.
Yourname_hw2-> Folder1-> Folder11
-> Folder12
-> Folder13
-> Folder2-> Folder21
-> Folder22
-> Folder23
-> Folder3-> Folder31
-> Folder32
-> Folder33
2. Create these files inside designated directories.
Folder1: text1.txt
Folder11: text11.txt
Folder12: text12.txt
Folder13: text13.txt
Folder2: gpp2.cpp
Folder21: gpp21.cpp
Folder22: gpp22.cpp
Folder23: gpp23.cpp
Folder3: p3.py
Folder31: p31.py
Folder32: p32.py
Folder33: p33.py
3. Write following content to designated files. You can use cat or echo. Watch out for data containing quotes of escape characters.
text1.txt:
hello world!
hi World.
hello world
text11.txt:
pear 10 Mike
banana 20 Sam
apple 30 Tom
Due Date: Nov 12019,11:59
text12.txt:
University of South Carolina
University of the Pacific
Oregon State University
University of Delaware
University of Maryland
text13.txt:
C++ BASICS
FLOW OF CONTROL
PARAMETERS AND OVERLOADING
ARRAYS
STRUCTURES AND CLASSES
gpp2.cpp:
#include
using namespace std;
int main(){
cout<<"Student\t\tGrade
";
cout<<"A\t\t90
";
cout<<"B\t\t80
";
cout<<"C\t\t70"<
using namespace std;
int main(){
int number=70000;
cout

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 Programming Questions!