My 100th Post. 100x Thank you!


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? My 100th Post. 100x Thank you!
# 1  
Old 02-02-2009
My 100th Post. 100x Thank you!

This is my 100th post! I want to thank UNIX.com for teaching me a lot. I joined here with no knowledge of UNIX at all. I've learned so many while lurking in the shadows of UNIX.com and I've learned a lot more while trying to help other people's problem.

So, to the forum and all its mods and members:

Code:
i=0; while (( i < 100 )); do echo 'Thank you!' ; (( i = i + 1 )); done

Code:
echo 'Thank you!' | sed 'p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p;p'

Code:
echo 'Thank you!' | awk '{while (i++<100) print $0}'

Code:
yes 'thank you!' | head -100

# 2  
Old 02-02-2009
Congratulations, and thanks for your contributions. Smilie

Regards
# 3  
Old 02-02-2009
Thanks for the feedback.

It is great to see this site making such an important contribution for you.
# 4  
Old 02-02-2009
Code:
 perl -e'print "Congratulations!\n"x100'

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Help with deleting post, apologies about the earlier post.

Apologies about the earlier post, i didnt realise, could i delete that post? I apologise again, SynGc (1 Reply)
Discussion started by: SynGc
1 Replies

2. UNIX for Dummies Questions & Answers

i need 100th occurance of a letter in file

Hi to all, I am looking a file in vi editor to get 100th occurance of a latter in that file. Can any one help me in this? Thanks Sathish (1 Reply)
Discussion started by: bsathishmca
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

How to post?

Hi i am new to this forum, I sould'nt find the link to post anew topic. Please help me. Thanks (1 Reply)
Discussion started by: ygiriprashanth
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Not able to post

I registed yesterday and still not able to post my question. what could be the reason? Pl reply. (1 Reply)
Discussion started by: Ramshree
1 Replies
Login or Register to Ask a Question