Subversion Repositories wimsdev

Rev

Rev 7644 | Rev 14446 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
 
2
dir=!word 1 of $wims_read_parm
3
!if $dir=$empty
4
 !exit
5
!endif
6
 
14322 guerimand 7
!! du=!sh cat $dir/.du 2>/dev/null  notwork 1) because don't work with file 2) .du not writed
7644 bpr 8
!if $du=$empty
14322 guerimand 9
  du=!sh du -ks --exclude=*/*.bin $dir
7644 bpr 10
!endif
11
 
20 reyssat 12
du=!word 1 of $du
13
du=$[floor(($du+1023)/1024)]