From 585cb8763834f8c640d6f0234fb0dddac68c8fc4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 13 Aug 2022 11:24:19 -0500 Subject: Don't single-quote filenames This is probably a bad idea; I should probably fix this somewhere else. --- shatom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shatom b/shatom index 31b2fc6..ee2d676 100755 --- a/shatom +++ b/shatom @@ -89,7 +89,7 @@ recent_files() { shift find "$dir" "$@" \ - -exec stat -c '%Y %N' '{}' + | + -exec stat -c '%Y %n' '{}' + | sort -k1,1 -nr | cut -d' ' -f2- } -- cgit 1.4.1-21-gabe81