source: trunk/MESOSCALE_DEV/WORK/rename @ 357

Last change on this file since 357 was 207, checked in by aslmd, 13 years ago

MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.

  • 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.