Exercise
Create a tab-separated file called large_orders.tsv that contains all the lines from the file orders.tsv where someone ordered the same item 5 times or more (note that column 2 contains the item count).
large_orders.tsv existslarge_orders.tsv contains orders where the same item was ordered >= 5 times (print all columns; no need to skip the header line)