#!/bin/sh

find . -name 'unknown_list.dat' -exec cat {} \; | count_extensions  | less

