[TIP] Find newest (last modified) files


find . -type f -printf "%TY-%Tm-%Td %TT %p\n" | sort | tail -5

or


find . -type f -printf "%TY-%Tm-%Td %TT %p\n" | sort -r | head -5

Post a Comment

Required fields are marked *
*
*

Follow

Get every new post delivered to your Inbox.