#!/bin/bash #!/bin/bash # produces a crude HTML embedded SVG drawing from a tabular file (given on stdin) with columns separated by ":" # usage: tab2svg < inbut.txt > output.html awk $* -- ' BEGIN { FS=":" # field-separator: which character separats fields in a record (i.e. in a line) print "" print "" print "
" print "