New shortcut
This commit is contained in:
parent
2ce4b939f9
commit
0fbcf4fd9d
2
bin/show-files-by-age.sh
Executable file
2
bin/show-files-by-age.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
find . -printf "%T@ %Tc %p\n" | sort -n | less
|
Loading…
Reference in New Issue
Block a user