riddle

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl riddle
# 22  
Old 03-02-2005
Quote:
Originally Posted by google
Gollum, are you smoking crack?
Yeah, Do I look like
SMOKING CRACK
?
# 23  
Old 03-02-2005
What was interesting to you?
# 24  
Old 03-02-2005
Quote:
Originally Posted by google
What was interesting to you?
not much what's new with you?
# 25  
Old 03-02-2005
Nothing to speak of. What is surprising?
# 26  
Old 03-02-2005
Quote:
Originally Posted by google
Nothing to speak of. What is surprising?
Really nothing?I would look into the web for that knowledge.
# 27  
Old 03-02-2005
How does one normally look into the web?
# 28  
Old 03-02-2005
Quote:
Originally Posted by google
How does one normally look into the web?
Perhaps you could program me to do

normally look into the web

for you.
 
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