-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Jim Easton on 9/24/2006 1:02 AM: > Pardon me for putting my oar in but the syntax of tr varies quite a > bit from system to system. It has been my experience that the only > reliable way of expressing the above so that it will work on cygwin, > linux, solaris, sun4, aix and irix is the following. It's probably > more efficient to boot :-). > > tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'
More reliable, yes; in fact, this is what autoconf uses under the hood for constructs like AS_TR_SH. But POSIX requires tr and sed to understand [:upper:] and [:lower:], and to understand it in the context of the current locale (there are some locales where blindly using the 26 letters of English is the wrong behavior, and where you really do mean [:upper:]). - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFFopL84KuGfSFAYARAtZFAKCtFXVcVP7t1TITCcLmq3jwwB/LOACfSlYt 4YBAWjE0zmq2z5CYHubeAxI= =sPT1 -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/