DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Count The Number Of Files In A Directory
ls -a | wc -l You can also try ls -A (same as --almost-all) to list all dotfiles but . and ..
Snagged from http://www.webservertalk.com/archive109-2004-7-315190.html




