> | sed 's/^/</' | sed 's/$/>/' >
Why would you pipe text data in acme through sed and not use
Edit x/^.*$/s/.*/<&>/
?
> | sed 's/^/</' | sed 's/$/>/' >
Why would you pipe text data in acme through sed and not use
Edit x/^.*$/s/.*/<&>/
?