Y
Hacker News
new
|
ask
|
show
|
jobs
by
c0nstantine
494 days ago
The second line actually is an output. I've modified the README. The last example is a typo. Fixed. Thanks!
1 comments
meonkeys
493 days ago
And the first one? Wouldn't the output be
batat hogog
link
c0nstantine
493 days ago
Can't reproduce.
I have the following:
> echo 'cat dog' | ./trre 'c:bat|d:hog'
bat hog
link
robertlutece
493 days ago
it reads like '(c:b)at|(d:h)og' and not 'c:(bat)|d:(hog)'
link
batat hogog