Hello,

is this as expected?

perseus=; echo -n aaa | 9 sed 's/^/</'
<aaa
perseus=; echo -n aaa | sed 's/^/</'
<aaaperseus=;


For me the linux sed does what I expect,
but not the p9p one (it adds a newline). Why?

Thanks!
Ruda

Reply via email to