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() {