commit 7d3865cc4ee1682c4188707594389f92c3287838 parent e8ea79bf3393e0a427ece4add23a41728206191a Author: parazyd <parazyd@dyne.org> Date: Thu, 15 Apr 2021 12:03:49 +0200 Update grep command to show line numbers. Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ TODO * Better (and more) error handling * More testing -* git grep -E "TODO:|BUG:" +* git grep -nE "TODO:|BUG:" Dependencies