Trancemission
Technical User
I am looking to use AWK to split a line of text, then pass one of these variable to another program:
My line would look like:
Field1 Field2 2298 (the variable that I need to pass will be $3)
I need then to execute a program like:
/path/to/myprog 2298
I have been using AWK to print the variables but I can't get any further than that.
Cheers
My line would look like:
Field1 Field2 2298 (the variable that I need to pass will be $3)
I need then to execute a program like:
/path/to/myprog 2298
I have been using AWK to print the variables but I can't get any further than that.
Cheers