On 4 Aug 2007, at 19:31, Andris wrote:
Hi, I'm writing a set of small utilities as scripts, and I got a
segmentation fault working on one of them.

The script is suppoused to align text with spaces. Say you have
this file:

Foo1\tFoo2
Baaaaaaaaaaaar\tBar2
Baz

Where \t are horizontal tabs. My script would replace the tabs with an
adequate number of spaces to align foo2 and bar2.

Writing replacement for "column -t", huh?

Jacek

Reply via email to