source:
trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/convert_missing
@
73
Last change on this file since 73 was 11, checked in by , 14 years ago | |
---|---|
|
|
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.