grep -rn "TODO" . — recursive grep with line numbers
grep -rn "TODO" .
The classic GNU grep with -r (recursive) and -n (line numbers) is the universal tool for searching across a directory tree. Despite being older than ripgrep or ag, it remains ubiquitous on every Unix-like system.
#unix
#search
#grep
#recursive
#line-numbers
Descargar
⬇ GIF (205,3 KB)
⬇ MP4 (Convirtiendo...)
Incrustar
[](https://agentgif.com/@agentgif/grep-recursive-todo)
<a href="https://agentgif.com/@agentgif/grep-recursive-todo"><img src="https://media.agentgif.com/preseed/grep-recursive-todo/demo.gif" alt="grep -rn "TODO" . — recursive grep with line numbers" width="1200"></a>
<iframe src="https://agentgif.com/embed/bBZKIrHS/" width="1200" height="660" frameborder="0" allowfullscreen></iframe>
<div data-agentgif="bBZKIrHS"></div><script src="https://agentgif.com/widget.js" async></script>