Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tehiznogud

    tcpflow data parsing with awk to insert into mysql

    Thanks for that suggestion - I certainly will use LOAD DATA INFILE - site says it is up to 20 times faster than regular INSERT INTO statement... seems like noone had anything to say about my problems... i just hope that it is because i am on the right track, and not because my intro post is so...
  2. tehiznogud

    shell interaction

    I also use bash and gawk and was receiving the same syntax error...until I double escaped characters with special meaning. sql = "\"INSERT INTO \\`cdr\\`.\\`records\\` (\\`id\\`,\\`session_id\\`,\\`record_id\\`,\\`datum\\`,\\`milisec\\`) VALUES (NULL,'" session_id "','" record_id "','" datum...
  3. tehiznogud

    tcpflow data parsing with awk to insert into mysql

    Hi all! First of all I would like to greet you all :) I am a newbee to Awk and to problem I am solving as well, but I am trying hard to complete the task at hand :) I need kind of conceptual help rather than "coding" help, I could probably do the whole job with manual but I am not sure if I am...

Part and Inventory Search

Back
Top