From owner-freebsd-stable@FreeBSD.ORG Mon Oct 20 23:43:19 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 D0C3E16A4B3 for ; Mon, 20 Oct 2003 23:43:19 -0700 (PDT) Received: from mobil-4.internett.de (mobil-4.internett.de [195.30.143.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9E243FCB for ; Mon, 20 Oct 2003 23:43:18 -0700 (PDT) (envelope-from michael@mobil-4.internett.de) Received: from mobil-4.internett.de (localhost.internett.de [127.0.0.1]) h9L6gMvG076252; Tue, 21 Oct 2003 08:42:22 +0200 (CEST) (envelope-from michael@mobil-4.internett.de) Received: (from michael@localhost) by mobil-4.internett.de (8.12.9p2/8.12.9/Submit) id h9L6gLr6076248; Tue, 21 Oct 2003 08:42:21 +0200 (CEST) (envelope-from michael) Date: Tue, 21 Oct 2003 08:42:21 +0200 From: michael To: Gregory Bond Message-ID: <20031021064221.GD25167@mobil-4.internett.de> References: <200310210610.QAA11751@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310210610.QAA11751@lightning.itga.com.au> User-Agent: Mutt/1.4.1i cc: michael 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:43:19 -0000 Hello Gregory, first i must thank you to remind me that the csh have builtin's. First thing i think as i have read your Answer, was "Oh sh*t i have forgotten builtins". Thank you....and sorry for the abuse best regards michael On Tue, Oct 21, 2003 at 04:10:41PM +1000, Gregory Bond wrote: > 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] > >