script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Fri, 23 Mar 2012 15:06:16 +0100
changeset 563 0dd745105665
parent 9 bb44692e09ee
permissions -rw-r--r--
Tests for IE9 cookie issues

{
    cmd = "ls -rc " $5"/*.iri | head -n1";
    cmd | getline RES ;
    close(cmd); 
    system( "cp " RES".old "RES);
}