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