On Thu, Oct 29, 2009 at 2:06 PM, Lorenzo Bolla <[email protected]> wrote:
> To capitalize the first letter of each line wouldn't this be enough?
> s/^./\u&/
>
> L.

% echo rwrong | sed 's/^./\u&/'
urwrong

Reply via email to