Rev 14446 | Blame | Compare with Previous | Last modification | View Log | RSS feed
dir=!word 1 of $wims_read_parm
!if $dir=$empty
!exit
!endif
!! du=!sh cat $dir/.du 2>/dev/null notwork 1) because don't work with file 2) .du not writed
!!!if $du=$empty
du=!sh du -ks --exclude=*/*.bin $dir
!!endif
du=!word 1 of $du
du=$[floor(($du+1023)/1024)]