This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # bash 3.2.25(1) Ubuntu 7.10 Date : 2012-02-15 | |
| # | |
| # _______________| freqy : sort and order lines by frequency of appearance. | |
| # | |
| # Usage: freqy [optional: file(s)] | |
| # | |
| # Notes: Will work in a pipe. | |
| # Does not alter the file(s) themselves. | |
| # |