#!/bin/bash # Display the mtime and the pathname recursively. # Example: mtime-find.sh [dirs ...] | sort #find $@ -printf '%TY-%Tm-%Td+%TH:%TM:%TS %p\n' find $@ -printf '%T+ %p\n'