Wednesday, August 09, 2006

Find the most recently changed files (recursively) [linux] [find] [command] [line] [morten] [recently] [changed]: "Find the most recently changed files (recursively) (See related posts)

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

No comments: