It might sound like a stupid question by I’m trying to work this out for a while but I can’t figure out how to solve it.
I have two images named imagem.bmp and imagem2.bmp and a shell script that is supposed to open these two images using eye of gnome. I have written this in the script:
#!/usr/bash
eog imagem.bmp
eog imagem2.bmp
The problem is that only one image is opened, i.e., eog opens the first image and then the second image is loaded in the same screen. All I need is to open it in two separate screens so that i can compare the images.
The help text is always useful:
Notice this option:
Instead of running
eog, runeog -nto open a new instance.