riddle

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl riddle
# 29  
Old 03-02-2005
What will happen next?
# 30  
Old 03-02-2005
Quote:
Originally Posted by google
What will happen next?
I cannot predict the future.
# 31  
Old 03-02-2005
What happened yesterday?
# 32  
Old 03-02-2005
Quote:
Originally Posted by google
What happened yesterday?
I don't know what happened.
# 33  
Old 03-02-2005
Did you experience yesterday?
# 34  
Old 03-02-2005
Quote:
Originally Posted by google
Did you experience yesterday?
No I didn't experience yesterday. What's

experience yesterday

like?
# 35  
Old 03-02-2005
What is happening right now?
 
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