How to run 'feh' in the background of a script?

JD Austin jd at twingeckos.com
Tue Oct 2 11:09:45 MST 2012


Not sure what <E> signifies but add a '&' to the line to fork it into the
background.
feh -x -g 400x400 image.jpg; kwrite textfile.txt <E> *&*

On Tue, Oct 2, 2012 at 11:02 AM, <joe at actionline.com> wrote:

>
> How can I use a shell script to execute 'feh' so that the image that it
> puts on the screen will remain there (until I close it) while the shell
> script continues with another operation (like kwrite?
>
> For example, I'd like to be able to use something like this:
>
> feh -x -g 400x400 image.jpg; kwrite textfile.txt <E>
>
> And have the image remain on the screen while kwrite opens the text file
> for editing.
>
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20121002/c0d2aec8/attachment.html>


More information about the PLUG-discuss mailing list