NetBSD/share/man/tools/list

14 lines
232 B
Plaintext
Raw Normal View History

1992-07-13 20:18:25 +04:00
set x $*
. ./.param
date > $TMPDIR/list
echo >> $TMPDIR/list
for dir in $DIRLST
do
cd $MANDIR/man$dir
echo "cat <<'EOF' >----------" >> $TMPDIR/list
echo "Section $dir" >> $TMPDIR/list
ls -ldas .* $FILLST >> $TMPDIR/list
done