Comment on Managing Work-In-Progress Folders with “ls -ltr”parentComments−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
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.