Skip to content
zero2vibecodelearn vibe coding

wc

count lines / words / characters.

Example

$ wc -l notes.txt
Break this command down →

Common flags

  • -llines
  • -wwords
  • -ccharacters

Other commands