Sort files according to the creation time on…

Sort files according to the creation time on Unix

Sort by the last saved time

ls -ltr

Sort by the created time

ls -lUr

Comments

Leave a Reply