On Thursday 01 October 2009 13:58, Natanael Copa wrote:
> This seems to not work on busybox (e)grep:
> 
> echo 'aaaa' | grep -E -w 'a{2,4}'
> 
> Is that a missing feature or a bug?

# echo 'aaaa' | ./busybox grep -E -w 'a{2,4}'
aaaa
# echo 'aaaa' | /usr/bin/grep -E -w 'a{2,4}'
aaaa

--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to