2486 shaares
83 private links
83 private links
Most flexible solution to the problem should be some variation of:
find $DIRECTORY -type f -print0 | xargs -0 stat --format '%Y :%y %n' | sort -nr | cut -d: -f2- | head
Most flexible solution to the problem should be some variation of:
find $DIRECTORY -type f -print0 | xargs -0 stat --format '%Y :%y %n' | sort -nr | cut -d: -f2- | head