Skip to content
zero2vibecodelearn vibe coding

What grep -rni does

Find text in every file recursively, ignoring case, with line numbers.

grep-rnierror.
  • grepcommand — find lines matching a pattern
  • -rniflag (a command option)
  • errorargument: a file, a folder, or text
  • .argument: a file, a folder, or text

Explain other commands