Re: /bin/ksh not found
From: gilgantic (gilgantic@yahoo.com)
Date: 04/22/03
- Next message: Rich Teer: "Re: /bin/ksh not found"
- Previous message: Greg Andrews: "Re: rm - Arguments too long"
- In reply to: gilgantic: "/bin/ksh not found"
- Next in thread: scriptOmatic: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: gilgantic@yahoo.com (gilgantic) Date: 22 Apr 2003 08:52:15 -0700
gilgantic@yahoo.com (gilgantic) wrote in message news:<d6052717.0304212033.6416d149@posting.google.com>...
> I am getting the following error "/bin/ksh not found" when I execute a
> simple shell script. I have #!/bin/ksh at the beginning of my file. I
> tried
> #/usr/bin/ksh as well, but the same error.
>
> Do I need to modify my .profile or .kshrc file in anyway. My PATH
> variable does have the :bin and :usr/bin appended to the PATH.
>
> What options I can I try to resolve? I am know UNIX guru, I just know
> a few commands, so please keep in layman terms.
>
> Thanks!
> Gil
Well, I figured out the problem. The "testfile.ksh" was tranfered up by default
in BINARY mode, so I forced it to ASCII and it works fine.
- Next message: Rich Teer: "Re: /bin/ksh not found"
- Previous message: Greg Andrews: "Re: rm - Arguments too long"
- In reply to: gilgantic: "/bin/ksh not found"
- Next in thread: scriptOmatic: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|