Hi, First of all, small bug with getopt setup:
[EMAIL PROTECTED] ~]$ nice -n10 -p 10577 -n10: invalid option -- p Try `nice --help' for more information. [EMAIL PROTECTED] ~]$ nice -n +10 -p 10577 +10: invalid option -- p Try `nice --help' for more information. Next, a feature request: nice with -p should be alter the priority of a running process. That's perfectly possible as many tools already do that. --behdad GNU FriBidi maintainer _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
