On 8/5/07, Jacek Masiulaniec <[EMAIL PROTECTED]> wrote:
> 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

Didn't know about it :P But I'll do it anyway, cause I want it to be a
standard and portable script.

Thanks!

Reply via email to