for this assignment, you will write two (complex) commands. in a given text file, you need to find the 10 most frequently used words and 10 least frequently used words. once you write a command to find 10 most frequently used words, you can easily tweak the command to find the 10 least frequently used words. you may have to use xargs, grep, sort, and several other commands to solve these problems. note that each problem can be solved using combination of multiple commands; but all these commands should be in a single line (of any length).