Changes between Version 11 and Version 12 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
10/24/14 17:16:18 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v11 v12  
    9696 
    9797# Find out the used space on CCCSTOREDIR 
    98 cd $CCCSTOREDIR ; find . -printf "%y %s %p \n" | awk '{ SUM+=$2 } END {print "SUM " SUM/1000000 " Mo " SUM/1000000000 " Go" }' 
     98cd $CCCSTOREDIR ; find . -printf "%y %s %p \n"  | \ 
     99     awk '{ SUM+=$2 } END {print "SUM " SUM/1000000 " Mo " SUM/1000000000 " Go" }' 
    99100 
    100101# or use --apparent-size with du :