20070809 how many files in directory and below - plembo/onemoretech GitHub Wiki

title: how many files in directory and below? link: https://onemoretech.wordpress.com/2007/08/09/how-many-files-in-directory-and-below/ author: lembobro description: post_id: 665 created: 2007/08/09 19:13:00 created_gmt: 2007/08/09 19:13:00 comment_status: open post_name: how-many-files-in-directory-and-below status: publish post_type: post

how many files in directory and below?

To count the number of files in a directory and it’s subdirectories, do this:

find . -type f | wc -l

Copyright 2004-2019 Phil Lembo