Showing posts with label Counts. Show all posts
Showing posts with label Counts. Show all posts

Wednesday, March 30, 2011

Counts

count files in a directoryls | wc -l filename
count lines fileswc -l filename
count lines words and byteswc filename
count words fileswc -w filename
write a file count to a filels | wc -l > file.ext