On Thu, Jun 08, 2000 at 07:16:23AM -0600, SoloCDM wrote:
| How is it done with sed?

sed 's/^  *//'
or
sed 's/  *$//'
or
sed 's/   */ /g'

depending what you want to achieve.

Read the sed and ed manual entries for details.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Why is it you're tormenting me?

Because I'm a demon, you imbecile. I don't send singing telegrams, I torment.
It's what I *do*. That's why I'm called a demon instead of the Easter Bunny.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to