script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:19:13 +0100
changeset 767 6f9768cf97d6
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.10 for changeset f2db0ec283f5

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