From owner-freebsd-questions@FreeBSD.ORG Fri May 6 16:30:03 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 E040916A4D4 for ; Fri, 6 May 2005 16:30:03 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653B843D31 for ; Fri, 6 May 2005 16:30:03 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j46GU2X2017703; Fri, 6 May 2005 11:30:02 -0500 (CDT) (envelope-from dan) Date: Fri, 6 May 2005 11:30:02 -0500 From: Dan Nelson To: Clement Twine Message-ID: <20050506163001.GE49336@dan.emsphone.com> References: <427B8DCC.6090703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <427B8DCC.6090703@gmail.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: "freebsd-questions@freebsd.org" Subject: Re: timestamps/datestamps in history output? 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, 06 May 2005 16:30:04 -0000 In the last episode (May 06), Clement Twine said: > does anyone know how the "history" output can display > date/timestamps? If you use zsh, run "history -i". If you want timestamps in your ~/.history file as well, add "setopt extendedhistory" to your zsh startup script. -- Dan Nelson dnelson@allantgroup.com