On Wed, 15 Apr 2009, Nate wrote: > My sed-fu was deficient I guess (or my sed was) so I fell back to perl: > > If you want word-case > perl -pe 's/ \b (\w) ([^\s]+) \b /\1\L\2/gx' > > # ONE COMPANY -> One Company (rather than One company)
Another highly useful tool. Many thanks. Rich -- Richard B. Shepard, Ph.D. | Integrity Credibility Applied Ecosystem Services, Inc. | Innovation <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
