DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Find The Most Recently Changed Files (recursively)
find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort






Comments
Snippets Manager replied on Fri, 2010/08/13 - 2:23pm