#!/bin/bash # Test stub for CSV shell script functions. Pipe CSV files # through this and see what happens to them. # # Stephen Thomas 12-Jun-2009 # # This is free software. You can do whatever you want with it # except hold me accountable for any grief it causes you. . csv-functions.bash while csvread do csvdump >&2 csvwrite done