On Wed, Jun 09, 2004 at 18:42:55 +0100, Dylan Parry <me@xxxxxxxxxxxxxx> wrote: > > When I right click on directory in KDE I can view the former, but what I > am really interested in is the latter so, for example, I could find out > exactly how many OGG files I have in total :) One way to do this is: find . -print | grep -E '.ogg$' | wc -l