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

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 it says "use awk to do x" just write the syntax I will need to solve THAT SPECIFIC PROBLEM the problem please.
I WILL BE SURE TO GIVE A THUMBS UP if I am correctly given the syntax to answer each question!
Need help asap.
Thanks
 Hello. This is Linux / BASH. All I want to know
for the 4 questions is the syntax/format to write each in. For

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!