Search Results

Search: Posts Made By: MetaMan
2,121
Posted By MetaMan
Thanks for the tips. I got it to work as...
Thanks for the tips.

I got it to work as follow

function cmd(c, foo){
close( c )
system("")

(c | getline foo)
return foo
}
2,121
Posted By MetaMan
awk getline
Hi,

I have an awk script with the following function in it .

function cmd( c )
{


while( ( c | getline foo) > 0 ){
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy