/[MITgcm]/MITgcm/tools/tst_2+2
ViewVC logotype

Diff of /MITgcm/tools/tst_2+2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by jmc, Sat Feb 28 20:56:07 2009 UTC revision 1.5 by jmc, Tue Mar 3 20:59:40 2009 UTC
# Line 135  else Line 135  else
135      listF=`ls -1 $yy.${zz}*`      listF=`ls -1 $yy.${zz}*`
136      for xx in $listF      for xx in $listF
137      do      do
138        new=`echo $xx | sed "s/^$yy\.$zz/$yy\.$sufx/"`        new=`echo $xx | sed "s/^$yy\.$zz/$yy.$sufx/"`
139        if [ $prt -ge 2 ] ; then echo '  '$cmdMV $xx $new ; fi        if [ $prt -ge 2 ] ; then echo '  '$cmdMV $xx $new ; fi
140        if test $action = 1 ; then    $cmdMV $xx $new ; fi        if test $action = 1 ; then    $cmdMV $xx $new ; fi
141      done      done

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22