Home | History | Annotate | Line # | Download | only in tools
      1 set x $*
      2 . ./.param
      3 
      4 date > $TMPDIR/list
      5 echo >> $TMPDIR/list
      6 
      7 for dir in $DIRLST
      8 do
      9 	cd $MANDIR/man$dir
     10 	echo "cat <<'EOF' >----------" >> $TMPDIR/list
     11 	echo "Section $dir" >> $TMPDIR/list
     12 	ls -ldas .* $FILLST >> $TMPDIR/list
     13 done
     14