DESCRIPTION
The xtree
program reads standard input, and produces a sorted
list of unique lines with a count of the number of times the line
occurred. The output is similar to the output of the Unix commands
sort | uniq -c
, although it is more efficient.