Annotation of coherent/a/usr/bob/korn/script, revision 1.1.1.1

1.1       root        1: echo $*
                      2: ps -l
                      3: while getopts abo: c
                      4: do
                      5:        case $c in
                      6:        a|b)    echo got an a or b ;;
                      7:        o)      echo option o plus arg $OPTARG ;;
                      8:        \?)     echo usage message... ;;
                      9:        esac
                     10: done
                     11: shift `expr $OPTIND - 1`
                     12: echo after loop
                     13: for a
                     14: do
                     15:        echo arg is $a
                     16: done

unix.superglobalmegacorp.com

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