With the recent interest in sbase, I wrote nice (1) and fixed the
E?ARGF() macros.
Previously, ARGF() would always return the string at the current
argument location, and would wind up processing the arguments as
flags. A local variable '_break' needed to be introduced to correct
those behaviors.
nice(1) is POSIX-compatable, which unlike GNU does not return the
current nice when no command is specified. If that behavior is
desirable, it is trivial to add.
Received on Wed May 29 2013 - 19:34:55 CEST