Subversion Repositories wimsdev

Rev

Rev 14322 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


dir=!word 1 of $wims_read_parm
!if $dir=$empty
 !exit
!endif

du=!sh du -ks $dir
du=!word 1 of $du
du=$[floor(($du+1023)/1024)]