Tritonio

Print all files in subdirectories sorted by modification date

Nov 25th, 2023 (edited)
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.04 KB | None | 0 0
  1. find -printf "%TY-%Tm-%Td %TT %p\n" | sort -n
Add Comment
Please, Sign In to add comment