You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BSD fmt accepts two numeric parameters defining goal with and maximum
width. GNU's version, however, would interpret these numeric options as
files. Both GNU and BSD fmt(1) support the -w option to specify the
maximum width. GNU's version automatically sets the goal width based on
that value, but BSD fmt does not support setting the goal width in any
other way and does not automatically determine it either. We'll have to
live with the slightly less beautiful output on OS X and BSD, then.
Closes#5
0 commit comments