Rev 14446 | 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 |
||
14446 | bpr | 4 | !exit |
20 | reyssat | 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 |
14776 | guerimand | 8 | !!!if $du=$empty |
14322 | guerimand | 9 | du=!sh du -ks --exclude=*/*.bin $dir |
14776 | guerimand | 10 | !!endif |
7644 | bpr | 11 | |
20 | reyssat | 12 | du=!word 1 of $du |
13 | du=$[floor(($du+1023)/1024)] |