Logu wrote:
One final point. It's considered bad netiquette to commandeer another
thread. Replying to another's message and changing the subject is not
the
way to post to this list. Please just send email to the list directly
when you want to start some new topic. It makes following a thre
-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 cyg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Logu on 9/24/2006 12:12 AM:
> The /etc/profile had this code hence I thought it is bug in the cygwin
> system. May be this is fixed in the newer versions.
> -
> case "`echo "$0" | /usr/bin/tr [:upper:] [:lower:]
Hi,
> According to Logu on 9/23/2006 4:46 AM:
> > After analysing I found that the tr command did not work correctly. So
> > the command
> > $ /usr/bin/tr [:upper:] [:lower:]
Sat, 23 Sep 2006 Eric Blake wrote
> There's your problem. You didn't quote properly. Try:
> $ echo [:upper:] [:lower:]
>
There's your problem. You didn't quote properly. Try:
$ echo [:upper:] [:lower:]
to see what you were really invoking, then try:
$ tr '[:upper:]' '[:lower:]'
to do what you meant.
My guess is that you have a file in your home directory that uses a single
letter, so the bracket expansion of bash
One final point. It's considered bad netiquette to commandeer another
thread. Replying to another's message and changing the subject is not the
way to post to this list. Please just send email to the list directly
when you want to start some new topic. It makes following a thread much
easier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Logu on 9/23/2006 4:46 AM:
> After analysing I found that the tr command did not work correctly. So
> the command
> $ /usr/bin/tr [:upper:] [:lower:]
There's your problem. You didn't quote properly. Try:
$ echo [:upper:] [:lower:]
to se
Logu wrote:
Hi,
I an using cygwin (CYGWIN_NT-5.1 LOGU-CO 1.5.11(0.116/4/2) 2004-09-04
23:17 i686 unknown unknown Cygwin) on Windows Xp Professional Edition.
All of a sudden the tr (/usr/bin/tr) command started working
differently. So when I login through ssh I get an error message as
follow
Hi,
I an using cygwin (CYGWIN_NT-5.1 LOGU-CO 1.5.11(0.116/4/2) 2004-09-04
23:17 i686 unknown unknown Cygwin) on Windows Xp Professional Edition.
All of a sudden the tr (/usr/bin/tr) command started working differently.
So when I login through ssh I get an error message as follows while
loggi
Hi,
I an using cygwin (CYGWIN_NT-5.1 LOGU-CO 1.5.11(0.116/4/2) 2004-09-04 23:17
i686 unknown unknown Cygwin) on Windows Xp Professional Edition.
All of a sudden the tr (/usr/bin/tr) command started working differently. So
when I login through ssh I get an error message as follows while logging
10 matches
Mail list logo