emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6251: closed (How only show time of files with l


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6251: closed (How only show time of files with ls?)
Date: Sun, 23 May 2010 01:05:02 +0000

Your message dated Sat, 22 May 2010 19:03:56 -0600
with message-id <address@hidden>
and subject line Re: bug#6251: How only show time of files with ls?
has caused the GNU bug report #6251,
regarding How only show time of files with ls?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6251: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6251
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: How only show time of files with ls? Date: Sat, 22 May 2010 17:22:51 -0500
ls -go gives me permission and file sizes. But I only want to show
time and file names. Would you please let me know what command to use?

-- 
Regards,
Peng



--- End Message ---
--- Begin Message --- Subject: Re: bug#6251: How only show time of files with ls? Date: Sat, 22 May 2010 19:03:56 -0600 User-agent: Mutt/1.5.18 (2008-05-17)
Peng Yu wrote:
> ls -go gives me permission and file sizes. But I only want to show
> time and file names. Would you please let me know what command to use?

Please don't ask the same question on many different mailing lists.
Note that I replied to your message in bug-bash with the following:

  http://lists.gnu.org/archive/html/bug-bash/2010-05/msg00140.html

  Since this has nothing to do with bash it is off topic for the
  bug-bash list.  In the future think about sending general help
  questions to the address@hidden mailing list instead.  Or if
  you are specific about 'ls' then the address@hidden mailing list of
  which 'ls' is a component.

  You might consider using 'stat' for this.

    stat --printf "%y %n\n" *

  Or 'find'.

    find . -maxdepth 1 -printf "%TF %TT %p\n"

  Or some combination of the two.

Bob


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]