[Gllug] find by mime type

Russell Howe rhowe at siksai.co.uk
Tue Jun 29 16:45:53 UTC 2004


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




More information about the GLLUG mailing list