Annotation of 43BSD/contrib/B/src/b/mksugg.sh, revision 1.1.1.1

1.1       root        1: : 'Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984.'
                      2: : '$Header: mksugg.sh,v 1.2 84/07/12 00:02:42 timo Exp $'
                      3: :
                      4: : 'Create a list of commands digestable by the B editor as suggestion list.'
                      5: :
                      6: PATH=/bin:/usr/bin:/usr/ucb:/usr/local
                      7: 
                      8: sed "/^HOW'TO /!d
                      9:        s/      / /g
                     10:        s/^HOW'TO  *//
                     11:        s/ *:.*//
                     12:        s/ [a-z][^ ]*/ ?/g
                     13:        s/   */ /g" \'* >.Bed_sugg 2>&-
                     14: 
                     15: if test ! -s .Bed_sugg
                     16: then
                     17:        : remove if empty
                     18:        rm -f .Bed_sugg >&- 2>&-
                     19: fi

unix.superglobalmegacorp.com

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