#!/bin/sh
#
# col -- fake col program

expand | sed -e 's/[].//g'


