linux ls ls tricks Number of files by date of modification ls -l --full-time | awk '{print $6}' | sort | uniq -c List with change date-time ls -lc