script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Sun, 08 Sep 2013 14:23:14 +0200
changeset 942 620ba7e347c1
parent 9 bb44692e09ee
permissions -rw-r--r--
Cineconf for Kaspar Hauser

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