Skip to content
zero2vibecodelearn vibe coding

What wc -l does

Count the lines in a file.

wc-lnotes.txt
  • wccommand — count lines / words / characters
  • -lflag — lines
  • notes.txtargument: a file, a folder, or text

Explain other commands