#!/bin/bash
ulimit 1
unexpand -t2 -t5 <<EOF >testoutput
         a
EOF
ls -l testoutput
od -t x1c testoutput
