Hey,
I would like non greedy regexp matching in sed.
i.e.
echo "/* This is a */ test /* line */" | sed 's/\/\*.*\*\//g'
^^
Non greedy toggle
here?
Should result in:
" test "
Any hints?
Thanks,
Mikal
--
Michael Still (mikal at stillhq.com) UMT+10hrs