Question: What is wrong with my code: grep -n hi|hello file.tsv | grep -v USA file.tsv | cut -d : -f 1 to answer question: Given

What is wrong with my code: grep -n hi\|hello file.tsv | grep -v USA file.tsv | cut -d : -f 1 to answer question: Given file.tsv, use bash (Shell) to find the rows that contain either of two words in a column (i.e., say one word is 'hello' and the other word is 'hi'. Identify rows that contain either of these two words in the column called 'greeting') and do not have a word in another column (i.e., word 'USA' in column called 'location)). The final output should contain line numbers that meet this criteria.

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!