Re: limited --width argument for fmt

2006-07-11 Thread Philip Rowlands
On Tue, 11 Jul 2006, Behdad Esfahbod wrote: This a bug report against fmt. [EMAIL PROTECTED] test]$ fmt -w 12345 fmt: invalid width: `12345' What I'm trying to achieve here is to unwrap lines, aka "tr '\n' ' '" but using fmt. According to GNU Coding Standards, GNU tools should not have hard

limited --width argument for fmt

2006-07-11 Thread Behdad Esfahbod
Hi, This a bug report against fmt. [EMAIL PROTECTED] test]$ fmt -w 12345 fmt: invalid width: `12345' What I'm trying to achieve here is to unwrap lines, aka "tr '\n' ' '" but using fmt. According to GNU Coding Standards, GNU tools should not have hard limits on the size of input or parameters