Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Sed and Awk (http://www.programmingforums.org/forum22.html)
-   -   help (http://www.programmingforums.org/showthread.php?t=3184)

anandt4u Apr 7th, 2005 1:14 PM

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

txxx :)

Cerulean Apr 7th, 2005 2:32 PM

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 :P

anandt4u Apr 7th, 2005 4:58 PM

seems to be very difficult...anyway tx for the info


All times are GMT -5. The time now is 11:06 AM.

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