#!/bin/bash

# grab numspaces, numunits, bpstyle, covered
dbview -bt $1 | sed -e 's/STNLES/STNLES - Stainless Steel/g' | awk -F ":" '{printf("%s:%s:%s:%s:%s\n", NR, $5, $6, $12, $13);}' > $2
