On Friday 27 October 2006 14:06, Don Gould wrote:
> Am I making sense here?
Yes, use the 'back-tick' i.e. `

for e in `iptables ... whatever`
do
  mysql "insert into traffic ( ip_address. volume ) values ( $e );"
done

off the top of my head - fully GPL - i.e. don't get cross if it's not a cut 
and paste solution.

Reply via email to