[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT Shot in the dark, cli image viewer
- Subject: [ale] OT Shot in the dark, cli image viewer
- From: esoteric at 3times25.net (Geoffrey)
- Date: Tue Feb 15 16:23:30 2005
- In-reply-to: <[email protected]>
- References: <[email protected]>
Nathan J. Underwood wrote:
> Is there anything that I can use to view an image via an ssh terminal
> session into a *nix box (FC3)? What I would like to have is something
> that would allow me to type (for example) "view foo.gif" from the
> command line, and see the picture. Don't need to modify it, just need
> to view it.
Depends on whether the box you're connected to will permit X forwarding.
Try something like:
ssh -X display foo.gif
--
Until later, Geoffrey