#!/bin/sh

#TODO error message if has arguments

tr -c -d $'\t\n' |
	perl -ne 'print length $_, "\n"' | uniq
