From 7ff5e4a5af4534b3bdf4539aa22017c6089513cd Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 4 Dec 2018 20:06:56 +1100 Subject: [PATCH] Add an item for grep -n. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 30fffa3..3b73698 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +Smaller items +============= + +* Make the 'grep' proc support a -n option that is a synonym for + 'line'. The 'line' option must be retained for backward + compatibility. + Bigger items ============