How to run 'feh' in the background of a script?
joe at actionline.com
joe at actionline.com
Tue Oct 2 11:17:59 MST 2012
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> *&*
More information about the PLUG-discuss
mailing list