Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2006 15:24:59 +0200
From:      Kyrre =?iso-8859-1?Q?Nyg=E5rd?= <kyrreny@broadpark.no>
To:        "Matti J. Karki" <mjk@iki.fi>
Cc:        questions@freebsd.org
Subject:   Re: Code beautifiers, anyone?
Message-ID:  <7.0.1.0.2.20060825152152.02385da8@broadpark.no>
In-Reply-To: <1b15366e0608241209t1d655b5fl98063ecb6221b0a8@mail.gmail.co m>
References:  <7.0.1.0.2.20060824145822.0194fc10@broadpark.no> <1b15366e0608240618j62d41ad3j537f095b2e566ed5@mail.gmail.com> <7.0.1.0.2.20060824192439.02386de8@broadpark.no> <1b15366e0608241209t1d655b5fl98063ecb6221b0a8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 21:09 24.08.2006, Matti J. Karki wrote:

>Well, my scripts aren't magic. They are pretty simple. Here's few (not
>scripts, these are valid Vim regexps):

Those are great regexps, Matti, thank you so much.

They have been noteworthy recorded!

Say, could I use these with Sed let's say in a Bash script?

One more question about :%s/^ *$//g versus :%s/ *$//g,
won't the latter here perform the job of the former?

Normally I do sed -E -e 's/[[:space:]]+$//' to remove my trailing whitespace.

Thanks again man!

All the best,
Kyrre




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7.0.1.0.2.20060825152152.02385da8>