Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Escape Double-quotes feature in macros

OK, I'll consider it.
GoldenWolf

Escape Double-quotes feature in macros

This is my macro:

grep -r --include="!?Search in files?*.*!" "!?Search for?search text!" ./!

Well, if Search for has < " > symbols, they are should be < \" > (for example, if some flag is checked for this macro or with another syntax:

"!\?Search for?search text\!"

P.S. Sorry for my English :)