Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 7th, 2005, 1:14 PM   #1
anandt4u
Newbie
 
Join Date: Feb 2005
Posts: 22
Rep Power: 0 anandt4u is on a distinguished road
help

can anyone tell me what this language is all about and where do they use it

txxx
anandt4u is offline   Reply With Quote
Old Apr 7th, 2005, 2:32 PM   #2
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
sed or awk? They're both mainly used alongside some form of shell (BASH/CSH/ZSH) on the command line. A dieing portion of people write whole scripts in them.
The only thing I use sed for these days is quick replacing of characters on the command line or simple regexps:
echo 'Hello there my friend!' | sed 's/my/old/g'
The output of that is "Hello there old friend!". You get the idea.
AWK I have around 5 seconds worth of experience with so i'm not going to discuss
Cerulean is offline   Reply With Quote
Old Apr 7th, 2005, 4:58 PM   #3
anandt4u
Newbie
 
Join Date: Feb 2005
Posts: 22
Rep Power: 0 anandt4u is on a distinguished road
seems to be very difficult...anyway tx for the info
anandt4u is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:47 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC