Can i use mySQL from inside awk code
Basically i want the data AWKED in this post
into Mysql database
feedback
|
|
Based on the linked question it appears that you would like to log statistics obtained from
You could parse the interesting bits from that output with AWK and then output an appropriate SQL statement. Something like this:
| |||
feedback
|
|
You're probably trying to use a hammer with a screw here :) You definitely should use a language like Perl, Python or Ruby for this. It will be much faster, and more solid. Even PHP would be better, actually :) | |||||
feedback
|