Find All Files Modified Recently in Unix/Linux


/ Published in: Regular Expression
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort

Report this snippet


Comments


You need to login to view comments.