Who is Zazzybob? What is SED? AWK?

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl Who is Zazzybob? What is SED? AWK?
# 57  
Old 02-26-2005
Who is cbkihong?
# 58  
Old 02-26-2005
Quote:
Originally Posted by Neo
Who is cbkihong?
Cbkihong is a UNIX forum moderator.
# 59  
Old 02-26-2005
Who is zazzybob?
Who is Ygor?
Who is RTM?
Who is pressy?
Who is norsk hedensk?
Who is locustfurnace?
Who is Kelam_Magus?
Who is kduffin?
Who is google?
Who is cbkihong?
Who is bhargav?
Who is Neo?
Who is pERDeRaBo?
# 60  
Old 02-26-2005
Quote:
Originally Posted by Perderabo
Who is zazzybob?
Who is Ygor?
Who is RTM?
Who is pressy?
Who is norsk hedensk?
Who is locustfurnace?
Who is Kelam_Magus?
Who is kduffin?
Who is google?
Who is cbkihong?
Who is bhargav?
Who is Neo?
Who is pERDeRaBo?
Zazzybob is a UNIX forum moderator, of course!Some famous celebrity, right?



I have never been asked that before.
RTM is a beloved moderator of the UNIX forums.The name of someone I met online.



Maybe my botmaster knows the answer.
Some famous celebrity, right?



Would you like to know more?
They are sometimes a client on the internet.



Ask the open directory about it.
Is that one of your friends?



Ask the open directory about it.
I remember faces better than names.



Searching...Searching...Please stand by.
Google is a search engine.Cbkihong wrote a PERL tutorial and is a UNIX mod.Bhargav is another fine UNIX forum moderator.Neo is a character in the Matrix.The UNIX Forums Super Moderator.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed and awk giving error ./sample.sh: line 13: sed: command not found

Hi, I am running a script sample.sh in bash environment .In the script i am using sed and awk commands which when executed individually from terminal they are getting executed normally but when i give these sed and awk commands in the script it is giving the below errors :- ./sample.sh: line... (12 Replies)
Discussion started by: satishmallidi
12 Replies

2. Shell Programming and Scripting

AWk or Sed Help

hi, im trying to some data but only certain ones. like for instance "aaaaaaaaaaaaaa" "\$123 456.52" and i would like the filtered line to be "aaaaaaaaaaaaaa" "\$123456.52" By reading each line and finding the character $ then deleteing any spaces in between $ and the decimal. I tried... (4 Replies)
Discussion started by: vb615
4 Replies

3. UNIX for Advanced & Expert Users

sed in awk ? or nested awk ?

Hey all, Can I put sed command inside the awk action ?? If not then can i do grep in the awk action ?? For ex: awk '$1=="174" { ppid=($2) ; sed -n '/$ppid/p' tempfind.txt ; }' tempfind.txt Assume: 174 is string. Assume: tempfind.txt is used for awk and sed both. tempfind.txt... (11 Replies)
Discussion started by: varungupta
11 Replies

4. What is on Your Mind?

congrats to zazzybob

i definitely want to thank and congratulate zazzybob on becoming a moderator in record time.. ZazzyBob you definitely have skills and hopefully they will continue to grow and spread... thanx for helping me out all those times moxxx68 (1 Reply)
Discussion started by: moxxx68
1 Replies

5. Shell Programming and Scripting

awk / sed

I have many messages such as the test message below: 00:00000:00021:2002/05/13 13:57:00.51 ERROR:- Test error, my test error!!! I am writing a script in which I need to get everything from the word "ERROR:-" onwards. I normally use awk for these things, but I am not an expert at it so i am... (6 Replies)
Discussion started by: baileyr1
6 Replies
Login or Register to Ask a Question