Skip to content

Comment on Managing Work-In-Progress Folders with “ls -ltr”

Comments

Like the author, I probably use 'ls -ltr' more often than any other variation of ls. It's more useful to view most directories in date order (newest nearest to your cursor), although of course this probably won't be news to most GUI / Windows users.

Edit: A small shell script over my history proves my guess is correct:

    plain ls: 59
    ls -ltr: 8
    ll: 6
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.