Rev 14322 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14322 | Rev 14446 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | dir=!word 1 of $wims_read_parm |
2 | dir=!word 1 of $wims_read_parm |
3 | !if $dir=$empty |
3 | !if $dir=$empty |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !! du=!sh cat $dir/.du 2>/dev/null notwork 1) because don't work with file 2) .du not writed |
7 | !! du=!sh cat $dir/.du 2>/dev/null notwork 1) because don't work with file 2) .du not writed |
8 | !if $du=$empty |
8 | !if $du=$empty |
9 | du=!sh du -ks --exclude=*/*.bin $dir |
9 | du=!sh du -ks --exclude=*/*.bin $dir |