Question: Hello. This is Linux / BASH. All I want to know for the 4 questions is the syntax/format to write each in. For example if

Question 32 (3 points) Output only the two fields: ranking in September this year and name of programming language using awk. Note: add text "Ranked" before the rank, and put a colon between the rank and the name. E.g. The info for Java should be displayed as Ranked 1:Java Question 33 (3 points) Change the plus sign in the third field to text "increase". ( you can use \s to match a space character E.g. Info for PHP should be changed to 6, 7, increase, PHP, 2.210%, -0.64% Question 34 (3 points) Remove the first line using sed and save output to file "newIndex". 4 Question 35 (3 points) Sort the file "newindex" by the name of the programming language in ascending order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
