how to achieve this output ?

in AIX ,HP Unix and in SUN solaris,

how to find the logs by date and time, I mean , Logs which have been generated or updated

most recently , which might be present in folders and sub folders, I need to get the list of these Logs

along with location path.

Example:

folder A >

Contain Sub Folders

  B
  C
  D
  E
  F

Consider system generates logs or append logs and writes in B and F

Consider , B Contain log1 and F contain log2 along with other logs.

but only log1 and log2 are being updated by system with latest time stamp,

So with the Command , I need to get the output of these logs that is log1 and log2

how to achieve this output,

Thanks in advance ....

Regards

use find command

search in this forum for find command, you will get lot of ouput

use ls -l

Thank you upvan , itkamraj , for your replies :wink:

Hi all,

I correct , last 3 sentences

So with the Command , I need to get the location of these logs, that is log1 and log2

how to achieve this output,

Thanks in advance ....