| count files in a directory | ls | wc -l filename |
| count lines files | wc -l filename |
| count lines words and bytes | wc filename |
| count words files | wc -w filename |
| write a file count to a file | ls | wc -l > file.ext |
Showing posts with label Counts. Show all posts
Showing posts with label Counts. Show all posts
Wednesday, March 30, 2011
Counts
Subscribe to:
Posts (Atom)