From ee2fc3ad839256aa0d1bd1bd6db027f62d7894d8 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:36:44 -0500 Subject: [PATCH] Update mk-index-jpg.sh --- mk-index-jpg.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mk-index-jpg.sh b/mk-index-jpg.sh index 25adbc5..9b26d08 100644 --- a/mk-index-jpg.sh +++ b/mk-index-jpg.sh @@ -38,6 +38,11 @@ date exit; +To open all the resulting index files (on OSX): + +for f in $(find . -name 0montage\*); do open $f; done +# ^ Adapt to your Linux filemanager or you can use imagemagick ' display ' + Use "find * " to only process subdirs, not curdir REF: https://opensource.com/article/18/5/gnu-parallel