Question: What needs to be added to the gawk statement in the print command (between $3 and $1 )to place a space between the output fields.
What needs to be added to the gawk statement in the print command (between $3 and $1 )to place a space between the output fields. Test this command, the output isn't very readable. Adding one thing to the command will improve readability. gawk '/chevy/ {print $3 $1}' cars.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
