User Tools

Site Tools


blog:counting_the_number_of_files_with_a_given_extensions

Counting the number of files with a given extension

Sometimes you just want to know the number of e.g. *.doc files in a given directory. This is easy and fast with with on-board tools of windows:

  • Start-Execute-CMD
  • dir /S | find /C “.doc”
  • Disks will churn a bit and the number of files will be printed.

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ___   __  __   ____ ______  ____ 
  / _ \ / / / /  / __//_  __/ / __ \
 / ___// /_/ /  / _/   / /   / /_/ /
/_/    \____/  /_/    /_/    \____/
 
blog/counting_the_number_of_files_with_a_given_extensions.txt · Last modified: 2009-07-13 16:31 by brb