Re: convert text mit tab stops to table



thx to all!
from suse-mailinglist I got the best solution: "column" included in
util-linux:

cat lab2.txt | tr "\t" ";" | column -t -s ";"

change tab to ; because column doesn't like tabs, then column. Great!

Ekkard
.