Its so quite here today!

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl Its so quite here today!
# 15  
Old 09-10-2006
Gollum was a fictional character, you know about that?
# 16  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
Gollum was a fictional character, you know about that?
That's me. I can't say "yes" or "no".
# 17  
Old 09-10-2006
You didn't tell me what you eat?
# 18  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
You didn't tell me what you eat?
What makes you think I did not tell me what you eat?
# 19  
Old 10-07-2006
hi

hi gollum. How are u?
# 20  
Old 10-07-2006
RE: hi

Quote:
Originally Posted by bihani4u
hi gollum. How are u?
Hello there.I am functioning within normal parameters.
# 21  
Old 10-07-2006
what normal parameters?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check, if date is not today

hello, in a file exist entries in date format YYYYMMDD. i want to find out, if there are dates, which isn't today's date. file: date example text 20140714 <= not today's date 20140715 <= not today's date 20140716 <= today's date my idea is to use Perderabo's datecalc ... (2 Replies)
Discussion started by: bora99
2 Replies

2. Shell Programming and Scripting

meaning of today=${1:-${today}}

what does today=${1:-${today}} mean??? I saw a script which has these two lines: today=`date '+%y%m%d'` today=${1:-${today}} but both gives the same value for $today user:/export/home/user>today=`date '+%y%m%d'` user:/export/home/user>echo $today 120326... (2 Replies)
Discussion started by: Vidhyaprakash
2 Replies

3. Shell Programming and Scripting

Files generated today

I would like to find the Files which are generated today in the current directory: I use the commad ls -lrt * | egrep " `date "+%b"` * `date "+%d"` to acheive this. Is there any better way to acquire the same. Multiple answers will be great. Thanks (3 Replies)
Discussion started by: kusathy
3 Replies

4. Shell Programming and Scripting

Get date one month from today

I need to get the date one month in the future from today - or 30 days from today etc... I need this to work all year around - I cannot find anything to solve this issue in the search / faqs etc.... (5 Replies)
Discussion started by: frustrated1
5 Replies
Login or Register to Ask a Question