Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
for f in `cat processing_list`; do echo "Analysing $f"; echo $f >> processed_data_files; zcat $f | perl pinger-ma_conversion.pl --host=134.79.24.133<host> --port=<port> 3306 --user=ytl<user> --password=pinger<password> --db=pinger<dbname>; done