Annotation of researchv10no/cmd/style/style.sh, revision 1.1.1.1

1.1       root        1: L=/usr/lib/style
                      2: C=/usr/llc/collect/scatch
                      3: if test -w $C
                      4: then
                      5: echo $HOME $* `date` >>$C 2>/dev/null
                      6: fi
                      7: echo " " $*
                      8: sflag=-S
                      9: eflag=
                     10: Eflag=
                     11: Pflag=
                     12: nflag=
                     13: lflag=
                     14: lcon=
                     15: rflag=
                     16: rcon=
                     17: mflag=-ms
                     18: mlflag=-ml
                     19: for i in $*
                     20: do case $i in
                     21: -r) rflag=-r; shift; rcon=$1;shift;continue;;
                     22: -l)lflag=-l; shift; lcon=$1;shift;continue;;
                     23: -mm) mflag=-mm;shift;continue;;
                     24: -ms) mflag=-ms;shift;continue;;
                     25: -li|-ml) mlflag=-ml;shift;continue;;
                     26: +li|-tt)mlflag=;shift;continue;;
                     27: -p) sflag=-p;shift;continue;;
                     28: -a) sflag=-a;shift;continue;;
                     29: -e) eflag=-e;shift;continue;;
                     30: -E) Eflag=-E;shift;continue;;
                     31: -P) Pflag=-P;shift;continue;;
                     32: -n) nflag=-n;shift;continue;;
                     33: -N) nflag=-N;shift;continue;;
                     34: -ver) echo $0 version 2.0;  exit;;
                     35: -flags) /bin/echo $0 "[-flags] [-ver] [-r num] [-l num] [-e] [-p] [-n] [-N] [-a] [-P] [-mm|-ms] [-li|+li] [file ...]";exit;;
                     36: -*) echo unknown style flag $i; exit;;
                     37: *) break;;
                     38: esac
                     39: done
                     40: deroff $mflag $mlflag $*|$L/style1|$L/style2|$L/style3 $rflag $rcon $lflag $lcon $sflag $nflag $eflag $Pflag $Eflag

unix.superglobalmegacorp.com

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