The UNIX and Linux Forums  

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



Thread: Using a script?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 10-03-2007
piltrafa's Avatar
piltrafa piltrafa is offline
Registered User
 

Join Date: Oct 2001
Location: Buenos Aires, Argentina
Posts: 76
echo $SHELL will tell which shell are you using.

It would be very helpful if you copy the text you are trying to run as a script, maybe the problem is inside the text (like running a command that doesn't exist).
Reply With Quote