Open multiply files in same viewer in MacOS

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?

mrgloom

Posted 2019-07-03T12:16:11.020

Reputation: 317

No answers