run_iSimp.sh 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/bin/bash for f in /home/cmendezc/isimp_v2/inputFiles/*; do oFile="${f/input/output}" echo $oFile bash simplify.sh $f "${oFile/.txt/.isimp.txt}" done