diff options
-rwxr-xr-x | shatom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shatom b/shatom index 31b2fc6..ee2d676 100755 --- a/shatom +++ b/shatom | |||
@@ -89,7 +89,7 @@ recent_files() { | |||
89 | shift | 89 | shift |
90 | 90 | ||
91 | find "$dir" "$@" \ | 91 | find "$dir" "$@" \ |
92 | -exec stat -c '%Y %N' '{}' + | | 92 | -exec stat -c '%Y %n' '{}' + | |
93 | sort -k1,1 -nr | | 93 | sort -k1,1 -nr | |
94 | cut -d' ' -f2- | 94 | cut -d' ' -f2- |
95 | } | 95 | } |