script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Sat, 21 Sep 2013 10:13:57 +0200
changeset 947 5567ae79a96d
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.33 for changeset 75522c3a5a51

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