Write a command line script that takes one argument (the path to a text file). Your script should: 1) Count up the total number of words in the file. 2) Count up the total number of unique words in the file (ignoring case). Hypenated words count as separate words (e.g., “Sam-I-am” is three separate words) 3) Print out the top 5 most common words
Check out your Company Bowl for anonymous work chats.