Bruce Richardson wrote: > find /path/to/search | xargs file -i | grep text/html find -print0 |xargs -0 will use null-terminated strings, which lets you handle files with fancy characters. -- Russ -- Gllug mailing list - Gllug at gllug.org.uk http://lists.gllug.org.uk/mailman/listinfo/gllug