List 100 first files

List 100 first files in a directory sorted by time.

ls -cr | head -n 100 (???)
ls -t | head -n 100

No comments: