Listing number of files

Bruno Wolff III bruno at wolff.to
Wed Jun 9 17:54:18 UTC 2004


On Wed, Jun 09, 2004 at 18:42:55 +0100,
  Dylan Parry <me at dylanparry.com> 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





More information about the fedora-list mailing list