From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 13:22:08 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C861065693 for ; Thu, 9 Sep 2010 13:22:08 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from extmail-03.people.net.au (extmail-03.people.net.au [202.154.122.99]) by mx1.freebsd.org (Postfix) with SMTP id 7A5668FC0A for ; Thu, 9 Sep 2010 13:22:07 +0000 (UTC) Received: (qmail 21550 invoked from network); 9 Sep 2010 13:22:06 -0000 Received: from unknown (HELO extmail-01.people.net.au) (202.154.123.98) by extmail-03.people.net.au with SMTP; 9 Sep 2010 13:22:06 -0000 Received: (qmail 7882 invoked from network); 9 Sep 2010 13:22:05 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.185.136) by extmail-01.people.net.au with SMTP; 9 Sep 2010 13:22:05 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 967E51726A; Thu, 9 Sep 2010 23:22:05 +1000 (EST) Date: Thu, 9 Sep 2010 23:22:05 +1000 From: andrew clarke To: "Pala, Santosh" Message-ID: <20100909132205.GA71024@ozzmosis.com> References: <20100909112421.GA31640@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "questions@freebsd.org" , Guojun Jin Subject: Re: how to tell "ls" output date in digital X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 13:22:08 -0000 On Thu 2010-09-09 13:11:39 UTC+0000, Pala, Santosh (Santosh_Pala@KEANE.COM) wrote: > The ls command with -E switch will give the required output. Hmm, not in FreeBSD 7.3: 23:19 ozzmosis@blizzard [~]/bin/ls -E ls: illegal option -- E usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuwx1] [file ...] 23:19 ozzmosis@blizzard [~]/usr/local/bin/gls -E /usr/local/bin/gls: invalid option -- 'E' Try /usr/local/bin/gls --help' for more information.