diff --git a/bin/show-files-by-age.sh b/bin/show-files-by-age.sh new file mode 100755 index 0000000..93a5100 --- /dev/null +++ b/bin/show-files-by-age.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find . -printf "%T@ %Tc %p\n" | sort -n | less