[CentOS] Sorting by date

Mon Feb 28 20:43:14 UTC 2011
Bob Beers <bob.beers at gmail.com>

On Mon, Feb 28, 2011 at 3:35 PM, erikmccaskey64 <erikmccaskey64 at zoho.com> wrote:
> How could I get the output where the newest file is at the top?

man ls,

      -t     sort by modification time

HTH,