#!/bin/sh
find . -exec file {} \; | grep -v directory | uniq > files.txt

