- Timestamp:
- 08/23/07 09:05:58 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r131 r134 119 119 [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; continue; } 120 120 print - "\nWorking with file ${F_CFG}\nin directory ${j}\nfor ${n_f}"; 121 set -xv122 121 sed -e "/^${W_W} */ s///" \ 123 122 -e "/^${W_P}/d" \ … … 127 126 -e "s/::JobNumProcTot::/${config_UserChoices_JobNumProcTot}/" \ 128 127 ${F_JOB} > ${j}'/'${n_f} 129 set -130 128 done 131 129 #-
Note: See TracChangeset
for help on using the changeset viewer.