On Saturday 10 March 2007 21:04 +0100, Nigel Henry wrote: > Konqueror in file manager mode when you open a directory only shows the > number of subdirectories, and any files in the parent directory. > > For example, I have a directory named Sounds-Library with all my .wav > soundfiles in it. When I open the Sounds-Library directory it says there is > one file, and 52 Folders (subdirectories). Within the subdirectories are > more subdirectories, and within these are the soundfiles. > > What I'm looking for is a way to see (recursively) how many soundfiles are > in my Sounds-Library directory. Is this possible with Konquerors file > manager? Right click the folder and open its properties window > Or can anyone suggest a CLI solution for solving this problem? $ find /path/to/folder -type f | wc -l Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring
Attachment:
pgpsJMaddE7AJ.pgp
Description: PGP signature
___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.