RE: sed doesnt convert varibale values???

2005-10-06 Thread Maloney, Michael
t: Re: sed doesnt convert varibale values??? On Oct 6, 2005, at 10:57 AM, Maloney, Michael wrote: > > I tried it with double-quotes before and it wont accept it: > > $ sed "s/weblogic.Server/$APP_SERVER_DOMAIN weblogic.Server/" $file > sed: -e expression #1, char 22: unknow

RE: sed doesnt convert varibale values???

2005-10-06 Thread Maloney, Michael
#x27; Subject: Re: sed doesnt convert varibale values??? On Oct 6, 2005, at 10:36 AM, Maloney, Michael wrote: > > I am using sed and for some reason, it is entering the variable > name and > not the value to output. The line looks like: > sed 's/weblogic.Server/$APP_SERV

sed doesnt convert varibale values???

2005-10-06 Thread Maloney, Michael
I am using sed and for some reason, it is entering the variable name and not the value to output. The line looks like: sed 's/weblogic.Server/$APP_SERVER_DOMAIN weblogic.Server/' $file The output looks like: %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -Dweblogic.Name=%SERVER _NAME% -

RE: problem running tcl/expect when it lives remotely

2005-08-16 Thread Maloney, Michael
Hi, Is this issue good enough for a bug? I'm only seeing this when running the script on a mounted drive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maloney, Michael Sent: Monday, August 15, 2005 3:21 PM To: cygwin@cygwin.com Subject: RE: pr

RE: problem running tcl/expect when it lives remotely

2005-08-15 Thread Maloney, Michael
e- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maloney, Michael Sent: Monday, August 15, 2005 1:34 PM To: cygwin@cygwin.com Subject: problem running tcl/expect when it lives remotely Version being used: 1.5.17(0.129/4/2) OS; Windows 2003 I am trying to get my scripts which

problem running tcl/expect when it lives remotely

2005-08-15 Thread Maloney, Michael
Version being used: 1.5.17(0.129/4/2) OS; Windows 2003 I am trying to get my scripts which live on a remote server running on a test box running Windows 2003. The history is when I had all of this running locally (all scripts on local box, instead of remote using "net use...") it was working fi

RE: echo $?

2005-07-28 Thread Maloney, Michael
: Maloney, Michael; cygwin@cygwin.com Subject: RE: echo $? > > C:\>sh -i > sh-3.00$ PS1="$ " > > I also noticed in version 1.5.17 that when executing the shell, the > default prompt changed from "$ " to "sh-3.00$ ". It wasn't the cygwin upgrade,

RE: echo $?

2005-07-28 Thread Maloney, Michael
$ echo $? | od -c 000 0 \n 002 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn Sent: Thursday, July 28, 2005 1:03 PM To: cygwin@cygwin.com Subject: RE: echo $? Original Message >From: Maloney, Michael >Sent: 28 Jul

echo $?

2005-07-28 Thread Maloney, Michael
I am trying to get my current expect scripts to run with the latest cygwin but am having problems with the cmd-prompt after issuing the command above. After the "echo $?", the expected prompt is returned but with white space before it. I've never seen this before on Windows or Unix. Example: $ ec

starting background process and logging out

2005-07-06 Thread Maloney, Michael
I am having a problem using cygwin on both Windows 2k/2003. When I send a cmd into the background and then log out of the system, the process dies on me. I am using Ataman Telnet Server to login but that doesn't seem to be a factor. I have tried nohup without any luck as well. nohup startWebLogi