Hi,

Martin Papadopoulos wrote:
a tiny and handy script to strip whitespaces. a quick hack :-)
Ok with a one-liner, highlight in red:

 sed 's/\([[:space:]]*\)$/\o033[0;41m\1\o033[0m/' scripts/Build-Pkg

Or strip:

 sed 's/\([[:space:]]*\)$//' scripts/Build-Pkg

(add -i for in-place substitution)

I think I'll add the high-lighter to scripts/Commit :-)

Yours,

--
 René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
 http://exactcode.de | http://t2-project.org | http://rene.rebe.name



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to