script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Wed, 26 Oct 2011 18:29:46 +0200
changeset 338 60dff8a71024
parent 9 bb44692e09ee
permissions -rw-r--r--
Added alternate configuration

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