[01:01] Hey, quick question. If I wanted to ls but display by date reversed how might I go about that? [01:01] -r [01:01] ls -alrt is basically my goto [01:02] Yes, but revers the date sort. I want to see the oldest first [01:05] oh, small -r [01:05] Cool, thanks!