Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102865520
D36883.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D36883.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D36883: grep: Add quotes in manpage when using wildcards with --include
Attached
Detach File
Event Timeline
Log In to Comment