Page MenuHomeFreeBSD

D36883.diff
No OneTemporary

D36883.diff

diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -515,11 +515,11 @@
.Pa /usr/src/sys/arm
directory
.Pp
-.Dl $ grep -H -R FIXME --include=*.h /usr/src/sys/arm/
+.Dl $ grep -H -R FIXME --include="*.h" /usr/src/sys/arm/
.It
Same as above but show only the name of the matching file:
.Pp
-.Dl $ grep -l -R FIXME --include=*.h /usr/src/sys/arm/
+.Dl $ grep -l -R FIXME --include="*.h" /usr/src/sys/arm/
.It
Show lines containing the text
.Sq foo .

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 4:26 AM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14710302
Default Alt Text
D36883.diff (514 B)

Event Timeline