2018-11-23

MacOS - How to count the number of files in a given directory (command line)

find "/Path/Directory Name" -type f | wc -l

No comments:

Post a Comment