Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please HELP!! Data manitpulation in Linux 1) ade.sh - Using the ADE data, write a bash script named ade.sh that does the following: - Display
Please HELP!! Data manitpulation in Linux
1) ade.sh - Using the ADE data, write a bash script named ade.sh that does the following: - Display a message saying "Creating ADE school file - Place a list of school names from ade-district.csv into ade-schools - Display a message saying "Creating ADE enrollment file" - Extract the following fields from ade-district.csv the school name, the district name, and the total enrollment and place into ade-enroll.csv - Display a message saying "Creating ADE output file" - Use a pipeline command to do the following: (5 points) (10 points) (5 points) (10 points) (5 points) a) Remove the header line from the first line of the file ade-district.csv b) Sort that file by two fields1 school district in ascending order 2) enrollment in descending order c) Place the results in ade-output.csv Hint: Check your sort results by 1) Making sure the first school district is "ACADEMICS PLUS SCHOOL DISTRICT " 2) looking for CONWAY In the file. Make sure Conway High is first within the 1ist of Conway schools (10 points) (10 points) (5 points) - Print a message "Finished! Thank you." -Comments (5 points) (5 points) Example output: ./ade.sh Creating ADE school file Creating ADE enrollment file Creating ADE output file Finished! Thank you
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