Re: [GENERAL] Problem with 'tr' command

2007-02-13 Thread Chris
Kaushik, Sushil wrote: I am having a problem running the 'tr' command: I'd suggest finding a HP-UX mailing list, the postgres one isn't going to help you much here. -- Postgresql & php tutorials http://www.designmagick.com/ ---(end of broadcast)--

[GENERAL] Problem with 'tr' command

2007-02-13 Thread Kaushik, Sushil
I am having a problem running the 'tr' command: This is what I expected (tested in development environment) Version: HP-UX sdmw728a B.11.00 U 9000/800 sdmw728a:clmdev: /apdev/clmdev/cl_be/4300/bin> x=PMRR sdmw728a:clmdev: /apdev/clmdev/cl_be/4300/bin> echo $x | tr [A-Z] [a-z] pmrr sdmw728a:clm