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
Sun, Feb 15, 4:16 PM (13 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28747751
Default Alt Text
D36883.diff (514 B)

Event Timeline