A NOTE has been added to this issue. ====================================================================== http://austingroupbugs.net/view.php?id=1941 ====================================================================== Reported By: dwheeler Assigned To: ajosey ====================================================================== Project: 1003.1(2008)/Issue 7 Issue ID: 1941 Category: Shell and Utilities Type: Enhancement Request Severity: Objection Priority: normal Status: Under Review Name: David A. Wheeler Organization: User Reference: Section: grep Page Number: 1 Line Number: 1 Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2025-08-30 21:51 UTC Last Modified: 2025-08-30 21:59 UTC ====================================================================== Summary: Add widely-implemented options to grep ======================================================================
---------------------------------------------------------------------- (0007241) dwheeler (reporter) - 2025-08-30 21:59 http://austingroupbugs.net/view.php?id=1941#c7241 ---------------------------------------------------------------------- Whups, I just noticed a mistake in mine, I didn't handle -h. Change: Otherwise, if the -H option is selected or more than one file argument appears (and -q, -l, and -L are not specified), the grep utility shall prefix each output line by this, where <context-marker> is ':' if this line is selected and '-' if this line was not selected but is only being displayed as part of context: to: Otherwise, if the -H option is selected, or more than one file argument appears and the -h option was not specified (and -q, -l, and -L are not specified), the grep utility shall prefix each output line by this, where <context-marker> is ':' if this line is selected and '-' if this line was not selected but is only being displayed as part of context: Issue History Date Modified Username Field Change ====================================================================== 2025-08-30 21:51 dwheeler New Issue 2025-08-30 21:51 dwheeler Status New => Under Review 2025-08-30 21:51 dwheeler Assigned To => ajosey 2025-08-30 21:56 dwheeler Note Added: 0007240 2025-08-30 21:59 dwheeler Note Added: 0007241 ======================================================================
