On Wed, 15 Apr 2009, Hal Pomeranz wrote: > perl -pe 'tr/A-Z/a-z/; s/(\S+)/\u$1/g;' <filename>
Ooh! How slick that is. I don't know perl so I thank you very much for an exceptionally fine and useful tool. The one addition to make on the command line is to redirect the output to another file. Much grasses, 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
