Bash idioms
bash idioms are tiny scripts, mostly one-liners, that accomplish a lot and can be used as building blocks in bigger scripts. 1.0 Find most frequent words Suppose we have a bunch of text files and we wish to find the most frequently used words in those files, we can do that with the command, cat …