CS 345 SPring 2004 Practice 1: - Based on the Customers.csv file, write an awk command to extract all records whose contact title is "Sales Representatives". - Based on the Orders2B.csv file, write a Unix command (or script, if you prefer) to find out all records belong to the customers :VINET". - Based on the file Orders2B.csv, find out how many orders are placed from France. - Based on the file Orders2B.csv, what are the OrderID whose customerID is BONAP? - Based on the file Orders2B.csv, which employee process the most number of orders? (You may have to use script for this part)