3 Apr 2014

Linux Shell Tips

 
#1 Sort/Display files by date, recursively 
 
stat --printf="%y %n\n" $(ls -tr $(find * -type f))

No comments:

Post a Comment