dotfiles/bin/show-files-by-age.sh
2019-07-23 10:54:29 +02:00

3 lines
59 B
Bash
Executable File

#!/bin/bash
find . -printf "%T@ %Tc %p\n" | sort -n | less