Changeset 1857 for TOOLS/PACK_IPSL/DEM_utilities.sh
- Timestamp:
- 09/03/12 17:32:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/DEM_utilities.sh
r1853 r1857 344 344 345 345 # Presence de la chaine "n) nco/" ou n est un nombre 346 libLines=` grep -e '[[:digit:]]*) libccc_user/' myModuleList.txt ` 347 echo "libLines :" 348 echo $libLines 349 nb_of_libLines=`echo $libLines | wc -l ` 346 nb_of_libLines=` grep -e '[[:digit:]]*) libccc_user/' myModuleList.txt | wc -l ` 347 350 348 if [ "x${nb_of_libLines}" == "x0" ] 351 349 then
Note: See TracChangeset
for help on using the changeset viewer.