Question: LINUX PLEASE!!! Module 4 : awk All steps should be done using one command line and the awk utility. Don't use any other filter such
LINUX PLEASE!!!
Module : awk
All steps should be done using one command line and the awk utility. Don't use any other filter such as cut, grep, etc.
Write an awk command line that has the same output as: head labin tail
Without using line numbers, write an awk command line that has the same output as: grep Americalabin
Without using line numbers, write an awk command line that has the same output as: wc l labin
Without using line numbers, write an awk command line that has the same output as: grep v $labin
Without using line numbers, print only the lines with continent data, indenting each line by spaces
Without using line numbers, print the continent names and areas, separated by colon :Only the continent names and their areas should be printed.
labin
Continent;Areasq mi;DensityPeople per sq mi
Africa;;
Asia;;
Australia;;
Europe;;
North America;;
South America;;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
