* ange-ftp: coping with broken ls -lt
@ 2003-09-27 5:07 Kin Cho
2003-09-28 5:24 ` Kin Cho
0 siblings, 1 reply; 2+ messages in thread
From: Kin Cho @ 2003-09-27 5:07 UTC (permalink / raw)
Hi,
An ftp server that I access using ange-ftp was upgraded and now
it won't support sort by date with "ls -lt" anymore (it always
sort the listing by name).
Sorting by date in ange-ftp dired is such an important feature to
me that I'm considering sorting the ls output in elisp (in my
dired-after-readin-hook function).
I have two questions:
1) have anyone done this? 2) if not, what functions would you
recommend for decoding the dates in the ls listing? I've
included a sample below for reference:
-rw-r--r-- 1 kin kin 28705 Jul 7 00:56 foo
-rw-r--r-- 1 kin kin 9644 Sep 6 05:20 bar
Thanks!
-kin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ange-ftp: coping with broken ls -lt
2003-09-27 5:07 ange-ftp: coping with broken ls -lt Kin Cho
@ 2003-09-28 5:24 ` Kin Cho
0 siblings, 0 replies; 2+ messages in thread
From: Kin Cho @ 2003-09-28 5:24 UTC (permalink / raw)
I needed this badly so I coded it up myself. Email me if you
want me to post it.
-kin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-28 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-27 5:07 ange-ftp: coping with broken ls -lt Kin Cho
2003-09-28 5:24 ` Kin Cho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).