From owner-freebsd-stable@FreeBSD.ORG Mon Oct 20 23:10:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011AF16A4B3 for ; Mon, 20 Oct 2003 23:10:45 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EAA43F93 for ; Mon, 20 Oct 2003 23:10:43 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h9L6AfR5079291; Tue, 21 Oct 2003 16:10:41 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA11751; Tue, 21 Oct 2003 16:10:41 +1000 (EST) Message-Id: <200310210610.QAA11751@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: michael In-reply-to: Your message of Tue, 21 Oct 2003 07:54:18 +0200. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Oct 2003 16:10:41 +1000 Sender: gnb@itga.com.au cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 4.9-RC #1 nice-command not correct X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 06:10:45 -0000 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]