Home > Archive > AWK > January 2006 > Using external functions in AWK
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using external functions in AWK
|
|
| srikar2097@gmail.com 2006-01-11, 3:55 am |
| Hi all, I have abasic doubt. Is there any way to use external functions
(i.e. functions not defined in AWK), in AWK.
I have a shell script in which I'm using a small AWK snippet. In this
snippet I'm calling a function defined in the shell script. But the AWK
snippet is not working. I figured that this problem was due to the use
of external function in AWK.
Is there any way to solve this.
Please Help !
Srikar
| |
| Doug McClure 2006-01-12, 3:55 am |
| I believe TAWK supported this capability, though I never had the need
to try it. Unfortunately, TAWK is no longer available.
DKM
On 11 Jan 2006 01:51:15 -0800, srikar2097@gmail.com wrote:
>Hi all, I have abasic doubt. Is there any way to use external functions
>(i.e. functions not defined in AWK), in AWK.
>
>I have a shell script in which I'm using a small AWK snippet. In this
>snippet I'm calling a function defined in the shell script. But the AWK
>snippet is not working. I figured that this problem was due to the use
>of external function in AWK.
>
>Is there any way to solve this.
>
>Please Help !
>
>Srikar
To contact me directly, send EMAIL to (single letters all)
DEE_KAY_EMM AT EarthLink.net. [For example X_X_X@EarthLink.net.]
|
|
|
|
|