File: dateorder

package info (click to toggle)
dwarfutils 20201201-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,868 kB
  • sloc: ansic: 104,667; sh: 5,947; cpp: 4,675; python: 878; makefile: 646; awk: 11
file content (6 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
# This uses GNU options, and is not intended to
# work on other than Linux. 
# Not something to use except in special undefined circumstances.

find . -type f -printf '%T@ %P\n' | sort -n | awk '{print $2}' |grep -v '^.git'