[sf-lug] Need help with an Linux assignment script
Clyde Jones
slash5toaster at gmail.com
Tue Apr 29 05:13:50 PDT 2008
On Mon, Apr 28, 2008 at 8:07 PM, Timothy Wang <timothyjwang at yahoo.com> wrote:
> I am doing an assignment in City College CS160b and was having difficulty
> understanding why it is not working. The assignment is posted on
>
> http://fog.ccsf.cc.ca.us/~gboyd/
>
> under cs 160b asmt02
Sorry, sent the previous message before I was actually ready - I wish
I could blame the cat for my being fumble fingered.
> if "$("name" = "???")"; then
The quoting in this line is incorrect. I believe it should be
something like this
> if [ "$name" = "???" ] ; then
HTH
--
We are what we think. All that we are arises with our thoughts. With
our thoughts, we make the world.
-Buddha
More information about the sf-lug
mailing list