Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

25. Using the given file marks.csv (delimited by %), print the column student_names without the header (you can use the column num as index).

image text in transcribed

25. Using the given file "marks.csv" (delimited by %), print the column "student_names" without the header (you can use the column num as index). Use the cut command for this. 26. Using the given file "marks.csv", print the sorted list of marks in "subject _3". Use the sort command piped with the cut command. 27. Using the given file "marks.csv", print the average marks for "subject_2". 28. Save the average into a new file "done.txt". 29. Move "done.txt" into your "final" directory. 30. Rename the "done.txt" file to "average.txt".

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

Computer Networking A Top-Down Approach

Authors: James Kurose, Keith Ross

7th edition

978-0133594140

More Books

Students also viewed these Computer Network questions