RE: bash:csh:Command not found

2007-01-21 Thread Dave Korn
On 21 January 2007 18:41, ram001 wrote: > hi Guys, > > Thanks for your replies. As per you replies i understand that csh/tcsh is > not installed for me. But I installed cygwin as per the instructions in the > manual. Can any one help me how to check whether all the scripts are > installed in Cygw

Re: bash:csh:Command not found

2007-01-21 Thread ram001
hi Guys, Thanks for your replies. As per you replies i understand that csh/tcsh is not installed for me. But I installed cygwin as per the instructions in the manual. Can any one help me how to check whether all the scripts are installed in Cygwin. Once again thanks for ur replies Ram Thorst

Re: bash:csh:Command not found

2007-01-21 Thread Thorsten Kampe
* ram001 (Sat, 20 Jan 2007 16:26:02 -0800 (PST)) > I am new to cygwin. when I am working on cygwin. I created a directory name > Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file > inside the Scripts directory by using cat > Creator.csh. In this file i got > my C shell script

RE: bash:csh:Command not found

2007-01-21 Thread Dave Korn
On 21 January 2007 10:21, Corinna Vinschen wrote: > On Jan 21 06:25, Dave Korn wrote: >> Also, the C shell is called 'tcsh.exe', not 'csh.exe'. > > Hmm. > > $ cat /etc/postinstall/tcsh.sh.done > #!/bin/sh > rm -f /usr/bin/csh /usr/bin/csh.exe /usr/bin/csh.lnk > ln -s tcsh /usr/bin/csh

Re: bash:csh:Command not found

2007-01-21 Thread Corinna Vinschen
On Jan 21 06:25, Dave Korn wrote: > Also, the C shell is called 'tcsh.exe', not 'csh.exe'. Hmm. $ cat /etc/postinstall/tcsh.sh.done #!/bin/sh rm -f /usr/bin/csh /usr/bin/csh.exe /usr/bin/csh.lnk ln -s tcsh /usr/bin/csh Corinna -- Corinna Vinschen Please, send mails

RE: bash:csh:Command not found

2007-01-20 Thread Dave Korn
On 21 January 2007 01:19, Igor Peshansky wrote: > On Sat, 20 Jan 2007, ram001 wrote: > >> I am new to cygwin. when I am working on cygwin. I created a directory >> name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh >> file inside the Scripts directory by using cat > Creator.

Re: bash:csh:Command not found

2007-01-20 Thread Igor Peshansky
On Sat, 20 Jan 2007, ram001 wrote: > I am new to cygwin. when I am working on cygwin. I created a directory > name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh > file inside the Scripts directory by using cat > Creator.csh. In this > file i got my C shell script. When I am t

Re: bash:csh:Command not found

2007-01-20 Thread Larry Hall (Cygwin)
ram001 wrote: Hi guys I am new to cygwin. when I am working on cygwin. I created a directory name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file inside the Scripts directory by using cat > Creator.csh. In this file i got my C shell script. When I am trying to execute th