#!/bin/bash

find . -print0 | xargs -0 file | grep "ISO-8859"
