freebsd-dev/share/man/tools/list

14 lines
232 B
Plaintext
Raw Normal View History

1994-05-30 19:09:18 +00: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