Subversion Repositories wimsdev

Rev

Rev 12498 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12498 Rev 14348
Line 12... Line 12...
12
!else
12
!else
13
  !reset select
13
  !reset select
14
!endif
14
!endif
15
 
15
 
16
existing=!sh tt=`ls $devdir`\
16
existing=!sh tt=`ls $devdir`\
17
	echo "$$tt" | grep -c .\
17
  echo "$$tt" | grep -c .\
18
	$select\
18
  $select\
19
	echo "$$tt" | head -$maxlist
19
  echo "$$tt" | head -$maxlist
20
existing=!replace word $devdir by in $existing
20
existing=!replace word $devdir by in $existing
21
totalcnt=!line 1 of $existing
21
totalcnt=!line 1 of $existing
22
existing=!line 2 to -1 of $existing
22
existing=!line 2 to -1 of $existing
23
existing=!words2items $existing
23
existing=!words2items $existing
24
existcnt=!itemcnt $existing
24
existcnt=!itemcnt $existing