Annotation of 42BSD/usr.bin/diction/explain.sh, revision 1.1.1.1

1.1       root        1: #! /bin/sh
                      2: #
                      3: #      @(#)explain.sh  4.5     (Berkeley)      83/05/27
                      4: #
                      5: D=/usr/lib/explain.d
                      6: while  echo 'phrase?'
                      7:        read x
                      8: do
                      9:        case $x in
                     10:        [a-z]*) sed -n /"$x"'.* /s/\(.*\)       \(.*\)/use "\2" for "\1"/p' $D
                     11:        esac
                     12: done

unix.superglobalmegacorp.com

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