From 297b85492f67384fc669fb9aab086c56c5897a5d Mon Sep 17 00:00:00 2001 From: c79cea05 Date: Fri, 23 Feb 2024 09:21:15 +0900 Subject: [PATCH] nuke: use sort -V --- plugins/nuke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {