source: trunk/MESOSCALE_DEV/SRC/ARWpost/convert_missing @ 801

Last change on this file since 801 was 207, checked in by aslmd, 14 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: 133 bytes
Line 
1#! /bin/bash
2
3        echo 'converting ...'
4        \rm input.dat_tmp
5        sed s/'*'/'9'/g input.dat > input.dat_tmp
6        echo "done"
Note: See TracBrowser for help on using the repository browser.