The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Csh Vs Ksh
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-24-2006
SUSANR9999 SUSANR9999 is offline
Registered User
 

Join Date: Oct 2006
Posts: 4
Question Csh Vs Ksh

I created a simple script and attempted to run it. All that the scrip contained was "ls -l".
At first I received the message "ksh: run_dir: not found"
I then tried typing "csh run_dir" This time the script worked.
typing echo $SHELL produced /bin/ksh

I would like to understand why this happened.

thank you for your help
Reply With Quote
Forum Sponsor