Word, line, character count
$ wc -l file
$ wc -w file
$ find . -name "*.js" | wc -l
$ cat file | wc -c