summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun <engineerarun@gmail.com>2024-03-05 23:31:45 +0530
committerGitHub <noreply@github.com>2024-03-05 23:31:45 +0530
commit5456ba458292e4a8ab3c822e116bcbee77dbf103 (patch)
treeaf044eedb665950f84957f3e8e43efa9667c9698
parentf71b1309a9f304759b2452186538dc142da9b1a2 (diff)
parent297b85492f67384fc669fb9aab086c56c5897a5d (diff)
Merge pull request #1830 from c79cea05/master
nuke: use sort -V
-rwxr-xr-xplugins/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nuke b/plugins/nuke
index d6bb49b4..dad566c6 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -271,7 +271,7 @@ abspath() {
listimages() {
find -L "///${1%/*}" -maxdepth 1 -type f -print0 |
grep -izZE '\.(jpe?g|png|gif|webp|tiff|bmp|ico|svg)$' |
- sort -z | tee "$tmp"
+ sort -zV | tee "$tmp"
}
load_dir() {