column


comma separted

column -t -s "," <file>

tab delimited

column -t -s $'\t' <file>

EOF

Previous
Next