The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Simple Script
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Simple Script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
04-26-2008
xplod4202
Registered User
Join Date: Apr 2008
Posts: 6
Simple Script
Here is the script that i am trying to run. I get an error and i can't figure out what is the problem.
#!/bin/bash
echo "What is your name"
read NAME
if [ $NAME -eq $Eugene ]; then
echo "My name is the same"
esle
echo "You have a nice name"
fi
xplod4202
View Public Profile
Find all posts by xplod4202
Find xplod4202's past nominations received
Find xplod4202's present nominations given