Annotation of researchv10no/cmd/ideal/ideal.cmd, revision 1.1

1.1     ! root        1: 
        !             2: IDDIR=/usr/lib/ideal
        !             3: LIBDIR=$IDDIR/lib/
        !             4: export IDDIR LIBDIR
        !             5: filter=t
        !             6: iflags=
        !             7: for i
        !             8: do
        !             9:        case $i in
        !            10:        -p*)    filter=p
        !            11:                shift ;;
        !            12:        -4*)    filter=4
        !            13:                shift ;;
        !            14:        -n*)    filter=n
        !            15:                shift ;;
        !            16:        -tex*)  filter=tex
        !            17:                shift ;;
        !            18:        -a*)    filter=a
        !            19:                shift ;;
        !            20:        -t*)    filter=t
        !            21:                shift ;;
        !            22:        -T202*) filter=t
        !            23:                shift ;;
        !            24:        -Taps*) filter=a
        !            25:                shift ;;
        !            26:        -s*)    sflags=s
        !            27:                shift ;;
        !            28:        -q*)    fflags=-q
        !            29:                shift ;;
        !            30:        *)      iflags="$iflags $i"
        !            31:                shift ;;
        !            32:        esac
        !            33: done
        !            34: case $filter in
        !            35:        p)      $IDDIR/ideal $iflags | $IDDIR/idfilt/pfilt ;;
        !            36:        4)      $IDDIR/ideal $iflags >/tmp/id`getuid`
        !            37:                $IDDIR/idfilt/4filt /tmp/id`getuid`
        !            38:                rm /tmp/id`getuid` ;;
        !            39:        n)      $IDDIR/ideal $iflags ;;
        !            40:        tex)    $IDDIR/ideal $iflags | $IDDIR/idfilt/texfilt ;;
        !            41:        t|a)    case $sflags in
        !            42:                s)      $IDDIR/ideal $iflags | $IDDIR/idfilt/idsort | /usr/lib/ideal/idfilt/tfilt $fflags ;;
        !            43:                *)      $IDDIR/ideal $iflags | /usr/lib/ideal/idfilt/tfilt $fflags ;;
        !            44:                esac ;;
        !            45: esac

unix.superglobalmegacorp.com

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