From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 02:07:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEC016A4CF for ; Fri, 25 Feb 2005 02:07:01 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF6A843D4C for ; Fri, 25 Feb 2005 02:07:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 50CF2512AF; Thu, 24 Feb 2005 18:06:59 -0800 (PST) Date: Thu, 24 Feb 2005 18:06:59 -0800 From: Kris Kennaway To: "P. B. S." Message-ID: <20050225020659.GA75395@xor.obsecurity.org> References: <002001c51add$d515d6c0$3564015a@apise6e37e23bb> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002001c51add$d515d6c0$3564015a@apise6e37e23bb> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: time -l date ==> bash: -l: command not found Bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 02:07:01 -0000 On Fri, Feb 25, 2005 at 04:00:49AM +0200, P. B. S. wrote: > "time" doesn't seem to accept any options. The first thing on the line after "time" is taken as the utility to execute. I need the -l option. > Am I misusing "time" or what? > _______________________________________________ Your shell (apparently bash) provides a builtin time function. If you want to use FreeBSD's time(1) binary, call it by absolute path (/usr/bin/time) Kris