Re: fmt gobbles leading whitespace in prefix mode

2007-01-04 Thread G.P. Halkes
This message is a reply to: http://lists.gnu.org/archive/html/bug-coreutils/2006-01/msg00144.html I ran into the same bug recently, and as it is not fixed in CVS I decided I'd have a go at writing a patch. [ For those unwilling to check the previous message: fmt removes whitespace from lines tha

Re: fmt gobbles leading whitespace in prefix mode

2007-01-05 Thread G.P. Halkes
ample: -- $ cat test.txt foo bar bl blah comment here $ fmt -p blah test.txt foo bar blah comment here -- Regards, Gertjan Halkes On Thu, 4 Jan 2007 16:55:30 +0100, "G.P. Halkes" <[EMAIL PROTECTED]> wrote: >This message is a reply to: