Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

FFIND /E with regex EOL anchor?

$
0
0
I expected the same output from both of these. What's up?

Code:
v:\> echo foo | ffind /k /m /e"o"
foo

v:\> echo foo | ffind /k /m /e"o$"
 
v:\>

Viewing all articles
Browse latest Browse all 1680

Trending Articles