source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/2015_spiga_LES4InSight/rename.py

Last change on this file was 1491, checked in by aslmd, 10 years ago

saved 50m and 10m LES settings from succesfull simulations on ADA for InSight?

  • Property svn:executable set to *
File size: 176 bytes
Line 
1#! /usr/bin/env python
2import os
3path  = os.getcwd()
4filenames = os.listdir(path)
5for filename in filenames:
6  print filename
7  os.rename(filename, filename.replace(":", "-"))
Note: See TracBrowser for help on using the repository browser.