summaryrefslogtreecommitdiff
path: root/mostrecentrecursively.sh
blob: 7bd88993b1dcf47d92836deac83cf936d46245a5 (plain)
1
2
3
4
#!/bin/bash
find $1 -type f -exec stat --format '%Y :%y %n' "{}" \; | sort -nr | cut -d: -f2- | head

#this script is slower than recentlymodifiedfilesrec.sh