0
Normally I open multiply images in Preview
like:
open temp1/*
But when files number is large it says
The selected folder contains many files.
This may result in many windows being opened, with reduced system performance.
I have tried:
ls temp1 | head -n 10 | xargs -I {} open temp1/{}
But it opens each image in separate viewer.
Is it possible to open subset of images from folder in the same viewer?