Re: Listing number of files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux