> | sed 's/^/</' | sed 's/$/>/'
> 

Why would you pipe text data in acme through sed and not use

        Edit x/^.*$/s/.*/<&>/

?



Reply via email to