Search the web
Sign In
New User? Sign Up
geeksthatgawk · for GNU Awk questions & discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
can we call awkscript from a webbrowser   Message List  
Reply | Forward Message #213 of 221 |
Re: [Geeks that Gawk] can we call awkscript from a webbrowser

I don't understand what you mean. Ask the group.

Daniel


On 8 Sep 2006 at 10:43, chs.chakrapani wrote:

>
> Helo Daniel
>
> One more doubt from chakrapani,
>
> I have a file which contains
>
> key no(10numeric characters) name (20 chars) address(40chars)
>
> now the doubt in name some mistake is with key no value 1234567890
>
> I want to access the file with this key value interactively and change
> the name value as we required in the same file with out redirecting the
> output to another and replacing that file later is it possible?
>
> one more
>
> can we show the processing bar in awk script?
>
> Don't feel rubbish with this small doubts I am a new entry in awking
> programming?
> But I can do all these thing in COBOL programming?
>
> Thanks in advance
>
> Srinivas Chakrapani
>





Fri Sep 8, 2006 1:45 pm

daniel_ajoy
Offline Offline
Send Email Send Email

Forward
Message #213 of 221 |
Expand Messages Author Sort by Date

Hello friends, My name is Srinivas Chakrpani, I have so many doubts in awk scripting. The scripting tools like perl,php,python can call from a web browser. ...
schpanich
Offline
Sep 7, 2006
11:52 am

Srinivas, Here is an awk script I wrote some time ago for adding commas (every 3 digits) into a number. Command line format would be something like: echo...
Stout, Danny
dasthcc
Offline Send Email
Sep 7, 2006
1:22 pm

... { while (1) { new = gensub(/(.*[0-9])([0-9]{3})/,"\\1,\\2",1) if ($0 == new) break $0 = new } print } echo hello 12123456 wewr | gawk --re-interval -f...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Sep 7, 2006
9:18 pm

I don't understand what you mean. Ask the group. Daniel...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Sep 8, 2006
1:44 pm

... the awk file has to be executable in httpd.conf : <IfModule mod_mime.c> ... AddHandler cgi-script awk ... </IfModule> The file index.awk starts with ...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Sep 7, 2006
1:33 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help