If using Linux use a combination of ls and grep from a terminal session.
With Windows use dir /s in place of ls -R.  You can download grep for
Windows.

ls -R | grep -ic flac 

What this states in effect is to list the directory structure
recursively then take the results and search for the string flac (case
insensitive) and show the number of hits (count).

For best results, run this in the folder where your media is stored so
you're not looking at all drives or volumes.

HTH


-- 
Linzer

--
Linzer
------------------------------------------------------------------------
Linzer's Profile: http://forums.slimdevices.com/member.php?userid=462
View this thread: http://forums.slimdevices.com/showthread.php?t=41276

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to