Date: Tue, 21 Oct 2003 16:10:41 +1000 From: Gregory Bond <gnb@itga.com.au> To: michael <michael@nettmail.de> Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 4.9-RC #1 nice-command not correct Message-ID: <200310210610.QAA11751@lightning.itga.com.au> In-Reply-To: Your message of Tue, 21 Oct 2003 07:54:18 %2B0200.
next in thread | raw e-mail | index | archive | help
The nice command is (usually) built-in to your shell, so check your shell's documentation for proper command syntax. The nice(1) man page documents the /usr/bin/nice program which is used for those shells (sh!) that don't have nice built-in. I suspect you are using csh or tcsh, in which case the syntax is nice [+number] [command]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310210610.QAA11751>