From 975aec48a37c4bfa2e53f05e96b46b3ab516eac6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 19 Mar 2015 00:54:53 +0100 Subject: [PATCH] find-sort-mtime --- etc/bashrc.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bashrc.function b/etc/bashrc.function index 7ccfa4ae..969f04d7 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -239,7 +239,7 @@ ls-tree() { } find-sort-mtime() { - find $@ -type f -printf "%As\t%p\n" | sort -k1 -r|cut -f2 + find $@ -type f -printf "%Tk\t%p\n" | sort -k1 -nr|cut -f2 } nb-alert() { -- 2.47.3