Comment on Managing Work-In-Progress Folders with “ls -ltr”Comments−tyler_ball14yThis is _exactly_ what version control is for.−pyre14yListing files in order of modification time?−tyler_ball14yNot 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.
Comments
This is _exactly_ what version control is for.
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.