You can easily find out how many files are in the current directory by typing the following in your Terminal session:
ls -l | wc -l
You can easily find out how many files are in the current directory by typing the following in your Terminal session:
ls -l | wc -l
% ls -l | wc -l
15
% ls -1 | wc -l
14
Pingback: How many files in this folder? « Linux & Stuff