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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: joe@actionline.com
Date:  
To: Main PLUG discussion list
Subject: Re: How to run 'feh' in the background of a script?

Thanks JD. The "<E>" just signified <ENTER>

I tried this (which didn't work):
feh -x -g 400x400 image.jpg; kwrite textfile.txt &

But then tried this (which did work):
feh -x -g 400x400 image.jpg & kwrite textfile.txt

Perfect. Just what I needed.


--------
JD wrote:
> 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> *&*




---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss