Help for this page

Select Code to Download


  1. or download this
    while (<FILE>) {
        print join ",", split( " ", $_, 6 );
    }
    
  2. or download this
    # input:
    Oct  1 13:23:25 smoothwall-swe3 kernel: Enabling fast FPU save, restor
    +e and "foo"... done.
    
    # should produce as output:
    Oct,1,13:23:25,smoothwall-swe3,kernel:,"Enabling fast FPU save, restor
    +e and ""foo""... done."