Answered step by step
Verified Expert Solution
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).
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
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