New shortcut

This commit is contained in:
Jan Philipp Timme 2019-07-19 14:29:55 +02:00
parent 2ce4b939f9
commit 0fbcf4fd9d
1 changed files with 2 additions and 0 deletions

2
bin/show-files-by-age.sh Executable file
View File

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