[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sed Verständnisproblem



Hallo Markus!

On Thu, 8 Sep 2005 19:31:35 +0200 Markus Schulz <msc@antzsystem.de> wrote:

>sed -e 's/\([a-z]\)\W*\([a-z]\)/\1\2/g' \
>     -e 's/\([A-Z]\)\W*\([a-z]\)/\1\2/g'

Versuch doch mal

sed -r -e 's/([A-Za-z])\W*([a-z])/\1\2/g'


Gruß,
Martin


-- 
        .--.
       |o_o |         __   _        Powered by
       |:_/ |        / /  (_)___   __  __   __
      //   \ \      / /  / // __ \/ / / / \/ /
     (|     | )    / /__/ // / / / /_/ / >  <
     /'\_   _/`\  /____/_//_/ /_/_____/ /_/\_\
     \___)=(___/

Attachment: pgpKgIwCNAYOl.pgp
Description: PGP signature


Reply to: