]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/tests/TPTP/simulate_casc.sh
mod change (-x)
[helm.git] / matitaB / matita / tests / TPTP / simulate_casc.sh
1 #!/bin/sh
2
3 input=$1
4
5 for X in `cat elenco_CASC.txt`; do
6   grep ^$X $input 
7 done