> To capitalize the first letter of each line wouldn't this be enough?
> 
> s/^./\u&/

; echo abc def | sed 's/^.\u&/' 
sed: s command garbled: s/^.\u&/

- erik

Reply via email to