mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 04:53:21 +01:00
Savannah bug #16269: avoid confusion over what type of quotes to use
in an example.
This commit is contained in:
@@ -1312,9 +1312,9 @@ actually receiving a command line like this:
|
||||
|
||||
.fi
|
||||
That command is of course not going to work. Instead of doing things
|
||||
this way, you should enclose the pattern in quotes:
|
||||
this way, you should enclose the pattern in quotes or escape the wildcard:
|
||||
.nf
|
||||
.B $ find . \-name \'*.c\' \-print
|
||||
.B $ find . \-name \e*.c \-print
|
||||
.fi
|
||||
|
||||
.SH "BUGS"
|
||||
|
||||
Reference in New Issue
Block a user