Question: Using awk complete the statement to count how many IP addreses are in the file bad_ips.txt Hint, submit as (just the underline part): awk _____
Using awk complete the statement to count how many IP addreses are in the file bad_ips.txt Hint, submit as (just the underline part): awk _____ bad_ips.txt | sort -u | wc i tried awk '{print $1]' bad_ips.txt | sort -u | wc results awk: line 1: syntax error at or near ] awk: line 2: missing } near end of file 0 0 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
