How to find the latest modified file from the unix server.

hi Friends,

In my directory i have some files. I need to find out latest modified file. Please help me.

Sreenu.

Hello!

Per forum rules, and the benefit of all users, please search the forums before posting a question.

You can easily search the forums using our internal Google search engine or our advanced internal search engine. You can also search our huge UNIX and Linux database by user generated tags or search the database for unanswered questions and provide an answer.

Thank you.

The UNIX and Linux Forums

---------- Post updated at 11:28 ---------- Previous update was at 11:28 ----------

Has been done before

ls -ltr | tail -1