Get the name of the newest file in a directory on the linux shell

If you have a directory with many files (a few thousand in my case) and need to know which one is the newest, then the following command might be useful. It returns the name and details of the newest file in a directory where it is executed:

ls -tl | sed -n 2p

The post Get the name of the newest file in a directory on the linux shell appeared first on FAQforge.

Sponsored
See also  Dell XPS 13 Plus Developer Edition now certified with Ubuntu 22.04 LTS

Leave a Comment

Only people in my network can comment.