Help for this page

Select Code to Download


  1. or download this
    for my $i (0 .. 100) {
        system("echo $i | g_mindist -n index.ndx");
        # And some code goes here to treat the output files
    }