https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196232

Ed Maste <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ed Maste <[email protected]> ---
It's not clear from your report but my guess is that you're using csh/tcsh and
are thus using the built-in nice, which does not accept -n.

zsh:

% which nice
/usr/bin/nice
% nice -n 20 date
Tue Dec 23 20:41:44 UTC 2014

tcsh:

> which nice
nice: shell built-in command.
> nice -n 20 date
nice: Badly formed number.

Have a look at the builtin(1) manual page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to