Rev 2286 | Rev 12490 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
5267 | bpr | 2 | !if erase=$job2 and and .. notin $job2 and $block!=main |
3 | !sh rm -f $wims_home/$Docdir/$doc/src/$block ; rm -f $wims_home/$Docdir/$doc/$block.def |
||
4 | !read index.proc |
||
5 | !endif |
||
23 | reyssat | 6 | fcnt=!recordcnt $docdir/$doc/.index |
7 | fcnt=$[min($fcnt,$blocklim)] |
||
8 | |||
9 | !for i=1 to $fcnt |
||
10 | l=!record $i of $docdir/$doc/.index |
||
11 | !distribute lines $l into s_,t_ |
||
12 | t_=!detag $t_ |
||
13 | slist=!append line $s_ to $slist |
||
14 | tlist=!append line $ $t_ to $tlist |
||
15 | !next i |
||
16 | |||
17 | slist=!sort nocase lines $slist |
||
18 | tlist=!line $wims_sort_order of $tlist |
||
19 | !read quota.proc |