Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 13:11:39 +0000
From:      "Pala, Santosh" <Santosh_Pala@KEANE.COM>
To:        andrew clarke <mail@ozzmosis.com>, Guojun Jin <gjin@ubicom.com>
Cc:        "questions@freebsd.org" <questions@freebsd.org>
Subject:   RE: how to tell "ls" output date in digital
Message-ID:  <D8C36EFEB4C0184AA78AC5F2A015E18B043F0D@MAIL504.KDS.KEANE.COM>
In-Reply-To: <20100909112421.GA31640@ozzmosis.com>
References:  <CB2DD11991B27C4F99935E6229450D3205E9EF86@STORK.scenix.com>, <20100909112421.GA31640@ozzmosis.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi Andrew,

The ls command with -E switch will give the required output. 

Regards,
Pala.
________________________________________
From: owner-freebsd-questions@freebsd.org [owner-freebsd-questions@freebsd.org] on behalf of andrew clarke [mail@ozzmosis.com]
Sent: Thursday, September 09, 2010 9:24 PM
To: Guojun Jin
Cc: questions@freebsd.org
Subject: Re: how to tell "ls" output date in digital

On Wed 2010-09-08 16:03:20 UTC-0700, Guojun Jin (gjin@ubicom.com) wrote:

> I remember that "ls" can output date in digital like following format
> before
>
> -rw-r--r--  1 user  Domain Users    54323 2010-09-08 14:12 crash.log
>
> Instead of           Sep 08 2010 or   Sep 08 11:07
>
> But I cannot find any option or ENV to do this under FreeBSD (6.X-R).
>
> Does anyone have knowledge about this possibility?

In FreeBSD 7.3 I use /usr/local/bin/gls installed from the
sysutils/coreutils port, and a tcsh alias for ls:

ls      gls --time-style=long-iso --color=auto

21:23 ozzmosis@blizzard [~]ls -ld /
drwxr-xr-x 19 root wheel 512 2010-09-05 03:11 /

Regards
Andrew
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

______________________________________________________________________
Disclaimer:  This email message and any attachments are for the sole use of the intended recipient(s) and may contain information that is confidential, legally privileged or otherwise exempt from disclosure under applicable law. If you are not the intended recipient(s) or have received this message in error, you are instructed to immediately notify the sender by return email and required to delete this message from your computer system. This communication does not form any contractual obligation on behalf of the sender, the sender's employer or such employer's parent company, affiliates or subsidiaries.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D8C36EFEB4C0184AA78AC5F2A015E18B043F0D>