Hacker News new | ask | show | jobs
by tyler_ball 5057 days ago
This is _exactly_ what version control is for.
1 comments

Listing files in order of modification time?
Not literally. I should clarify.

Using ls -ltr will indeed list files in order of modification time, but when I read 'Managing Work-In-Progress Folders' I think version control.

ls will list your files, but it won't really 'manage' anything.