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

Run it yourself

The same files. Nothing here can break, and nothing leaves your browser.

Explain other commands

Written by Mikhail Kuzmitskii