GNU bug report logs -
#11044
RFE: fmt goal width
Previous Next
Full log
View this message in rfc822 format
Hi,
The web bug: the symlink to coreutils.html from index.html is missing
The RFE: I'd like to be able to have a consistent, well-understood
line length from the fmt command:
‘--width=width’
Fill output lines up to width characters (default 75). fmt initially
tries to make lines about 7% shorter than this, to give it room to
balance line lengths.
That is very nice and all, but that's not what other implementations do.
BSD uses "goal" and "maximum" to specify the fuzz and "-w" says "no fuzz".
So how about an option to specify a goal with the default goal being 93%
of "-w"? Then I can just test to see if "-g" is accepted and use it.
Thank you!
This bug report was last modified 6 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.