On Thu, Feb 09, 2012 at 10:19:55PM +0000, Connor Lane Smith wrote: > Do we really need multiple arguments for yes(1)? BSD doesn't. > > > while(puts(argv[1]) != EOF);
Yeah. 'if (!argv[1]) argv[1] = "y";' and this gets a +1 from me :) > > cls
On Thu, Feb 09, 2012 at 10:19:55PM +0000, Connor Lane Smith wrote: > Do we really need multiple arguments for yes(1)? BSD doesn't. > > > while(puts(argv[1]) != EOF);
Yeah. 'if (!argv[1]) argv[1] = "y";' and this gets a +1 from me :) > > cls