Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I\'m stuck on the last 3 steps (12-14). Any help is greatly appreciated!!! Captu

ID: 3717739 • Letter: I

Question

I'm stuck on the last 3 steps (12-14). Any help is greatly appreciated!!!

Capture your session with the script utility and name it FinalActivity1. Upload the session recording FinalActivity1 as part of your response.

1. Create the directory structure IFT383FinalExam/Activities/Activity1 in your home directory.

2. Using the cat command, create a file named classRoster with the following fields, separated by a comma.

Student ID

First Name

Last Name

Grade

Program of Study

ASURITE ID (username)

3. Add three records to your file.

4. Display the contents of the file.

5. Move the file classRoster to the directory Activity1.

6. Go to the Activity1 directory.

7. Display the directory you are in.

8. Add read, write and execute permissions for user and group to Activity1 directory.

9. Create a new file called header using cat command with the following field names, separated by a tab.

Student ID

First Name

Last Name

Grade

Program of Study

ASURITE ID (username)

10. Display the file.

11. Copy the contents of header into classRoster, as the first line

12. Replace the comma with a tab using appropriate filters (such as cut, paste, tr, head, etc.)

13. Save this file as finalRoster.txt

14. Display the contents of the file finalRoster.txt

Explanation / Answer

the command is :

14:

cat  finalRoster.txt