- Timestamp:
- Jul 2, 2009, 4:57:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/makelmdz_fcm
r1197 r1199 1 # $Header$ 1 #!/bin/bash 2 # $Id$ 2 3 # This is a script in Bash. 3 4 … … 247 248 dim_full=$dim 248 249 dim=`echo $dim | sed -e 's/[^0-9]/ /g'` 249 dimc=`echo $dim | wc -w` 250 250 set $dim 251 dimc=$# 251 252 echo calcul de la dimension 252 253 echo dim $dim
Note: See TracChangeset
for help on using the changeset viewer.