source: trunk/mesoscale/LMD_MM_MARS/SIMU/rename @ 11

Last change on this file since 11 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 87 bytes
Line 
1#! /bin/bash
2
3for fich in $(cat ye) ; do
4
5  mv $fich $(echo $fich | tr ":" "z")
6
7done
8
Note: See TracBrowser for help on using the repository browser.