2023-11-11

MacOS - Terminal count the number of files in a directory

 find /path/to/directory -maxdepth 1 -type f | wc -l

No comments:

Post a Comment