Annotation of researchv10dc/cmd/wwb/syl.sh, revision 1.1

1.1     ! root        1: # NOTICE-NOT TO BE DISCLOSED OUTSIDE BELL SYS EXCEPT UNDER WRITTEN AGRMT
        !             2: L=/usr/lib/style
        !             3: if test $# = 0
        !             4: then $L/syl;exit
        !             5: fi
        !             6: n=
        !             7: for i in $*
        !             8:        do case $i in
        !             9:                -ver) echo $0 version 2.0: 2.0;exit;;
        !            10:                -flags) echo $0 \[-num\] \[-flags\] \[-ver\] \[file ...\];exit;;
        !            11:                -*) n=$1;shift;continue;;
        !            12:                *) if test ! -r $i
        !            13:                   then echo Can\'t find the file $i\; try specifying a more complete pathname.
        !            14:                           exit 1
        !            15:                   fi
        !            16:        esac
        !            17: done
        !            18: if test $# != 0
        !            19: then   deroff -w $*|tr "[A-Z]" "[a-z]"|$L/syl $n|sort -u
        !            20: else $L/syl $n; exit
        !            21: fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.