You have a file grades.csv that contains GPAs for a lot of students
- First Name
- Last Name
- University
- GPA
To download the file to your linux server, use wget
:
wget https://raw.githubusercontent.com/saedx1/devops_course/main/data/grades.csv
Using that file, write one-line commands to get answers to the following questions:
- How many students are their?
- Show the unique universities?
- How many universities are their?
- How many universities have the word
University
in them. - Show the top 5 students based on their GPA.