nuke: use sort -V

This commit is contained in:
c79cea05 2024-02-23 09:21:15 +09:00
parent f71b1309a9
commit 297b85492f
1 changed files with 1 additions and 1 deletions

View File

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