wc
-c
to print the number of characters-w
to print the number of words-l
to print the number of lineswc
prints the number of lines, words and characters in its inputtr
tr sourceChars destChars
tr
doesn’t accept file names on the command line → uses stdin only-c
maps all bytes not occurring in the source characters-s
squeeze adjacent repeated characters-d
delete all characters in the source charactershead/tail