Skip to content
Advertisement

Find command with size and time and sorted by timestamp

I have the following folder setup for example

JavaScript

I need to recursively list them with file size, modification time and sorted by modification time recent first.

I have tried the below without size… Any pointers?

JavaScript

Advertisement

Answer

JavaScript
  • %T+ – modification time (and date)
  • %s – size
  • %p – path of file
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement