in reply to Re: File list by date
in thread File list by date
If you're using linux (or most any *nix -- I think this flag is the same for most versions of ls) you should just use the -t flag and let ls do the time sorting for you. Or use -T for most recent first.
Similarly, there are flags for dir that allow it to do the sorting, too. See dir /? for clues.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: File list by date
by dkaplowitz (Novice) on Mar 19, 2004 at 17:00 UTC |