Annotation of 43BSD/contrib/notes/utility/seq-cvt/convseq.sh, revision 1.1.1.1

1.1       root        1: : This shell script executes the program which converts the
                      2: :      binary dates in the named sequencer file to ascii
                      3: 
                      4: for i
                      5: do
                      6: 
                      7: case $i in
                      8: 
                      9: all)   old = `pwd`
                     10:        cd /usr/notes/.sequencer
                     11:        for j in `ls [a-z]*`
                     12:        do
                     13:        /usr/local/seqtoascii /usr/notes/.sequencer/$j > /tmp/seq/$j
                     14:        done
                     15:        echo "All intermediate sequencer files are in /tmp/seq."
                     16:        echo "    Transfer these files to /tmp/seq on the target machine,"
                     17:        echo "    log in to the target machine, then execute 'restseq all'."
                     18:        cd $old
                     19:        ;;
                     20: *)
                     21:        /usr/local/seqtoascii /usr/notes/.sequencer/$i > /tmp/seq/$i
                     22:        echo "Your intermediate file is /tmp/seq/$i."
                     23:        echo "    Transfer this file to /tmp/seq on the target machine,"
                     24:        echo "    log in to the target machine, then execute 'restseq $i'."
                     25:        ;;
                     26: 
                     27: esac
                     28: 
                     29: done

unix.superglobalmegacorp.com

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