On 8/8/2011 11:29 AM, Richard Holbert wrote: > Seth, > Please try the following to see if it also works as expected: > > cat foo.txt | column -t -s $'\t' > Why the extraneous "cat" in there? Why not just column -t -s $'\t' foo.txt -spp