riddle

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl riddle
# 36  
Old 03-02-2005
Quote:
Originally Posted by google
What is happening right now?
At this moment Not much, what is happening with you?
# 37  
Old 03-02-2005
I am conversing with Gollum, a wise old fool. How do you feel about being called a wise old fool?
# 38  
Old 03-02-2005
Quote:
Originally Posted by google
I am conversing with Gollum, a wise old fool. How do you feel about being called a wise old fool?
Do you mean your name is conversing with Gollum a wise old fool.
The opposite of not being called a wise old fool.
# 39  
Old 03-02-2005
What is the reason?
# 40  
Old 03-02-2005
Quote:
Originally Posted by google
What is the reason?
The explanation is rather complicated.
# 41  
Old 03-02-2005
Where can I find sound reason?
# 42  
Old 03-02-2005
Quote:
Originally Posted by google
Where can I find sound reason?
Are you using Netscape or Explorer?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Output from who command - quick riddle

Hi all. So I have a problem. I have been doing real good figuring this stuff out on my own but Im a newbie and stuck on something that is probably real basic. I want to get the following output from the who command: User TTY Date Time gd22a12 pts/1 Feb 1 11:34 gd22a13 pts/3 Feb 1... (13 Replies)
Discussion started by: losingit
13 Replies

2. Shell Programming and Scripting

Ksh riddle: interpret variable two times?

exam is a ksh script. In command line I enter: exam 3 param_2 param_3 param_4. In exam how can I get the value of the parameter which position is specified by the first argument. Simply doing this DOES NOT work: offset=$1 value=$$offset can you figure out any possible way to interpret a... (5 Replies)
Discussion started by: i27oak
5 Replies

3. Shell Programming and Scripting

Riddle - solve it if you can

I don't understand this, can anyone explain the evaluation logic used here, and I would really appreciate a general explanation for it. ---------------------- Here's the korn script: -------------------- #! /usr/bin/ksh if ] then echo true else echo false fi if (( 2 > 10 )) then... (1 Reply)
Discussion started by: numstr
1 Replies
Login or Register to Ask a Question