Results 1 to 4 of 4
I am new to shell scripts.
How can I load a image file from shell script?...
- 03-05-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
load image shell script
I am new to shell scripts.
How can I load a image file from shell script?
- 03-05-2009 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,939
I'm not sure what your intent is here but, you can load an image from the command line or a script. Assume pic.jpg in your /home/user/Pictures/ directory, use:
This will open it in firefox.firefox "file:/home/username/Pictures/pic.jpg"
- 03-06-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
Thanks for the reply. Problem solved
- 03-06-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 45
Other image viewers, that offer a CLI utility to open images are:
Originally Posted by virag
- Xnview: Free graphic and photo viewer - XnView - GRAPHIC VIEWER
- Ida: fbida homepage
- Xv: John's World of XV 'n' Stuff
- Feh: feh - Trac
- Aview: An ascii-art image browser (ok, this is a joke)
- Of course every (not purely text-) browser.


Reply With Quote