On Wed, 1 Oct 2008 10:26:35 +0900 ______ <choingjoo@xxxxxxxxxx> wrote: > Dear. > > I installed the ksh program using yum. > > >yum install ksh > > Then executed the program as I made for test, but error echoed, > > >./filter > > Bash : ./filter:/bin/ksh^M: bad interpreter: No such file or directory > > > > What is the problem? > > Thank you > > > > Yongjoo CHOI > Hi Yonjoo, Try running the script file through 'dos2unix' first. That Control-M (^M") at the end of the line that the error message quoted shouldn't be there, but it is used as part of the line-end sequence on DOS and MS Windows. Good luck! -David Chipman -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines