icon command line syntax question

Brian J. Tarricone bjt23 at cornell.edu
Mon Sep 8 06:02:57 CEST 2008


On Sun, 07 Sep 2008 18:45:14 -0700 Todd and Margo Chester wrote:

>  From my launcher icons, when I want to run two commands
> on a line and do not feel like writing a script, I have
> been doing the following:
> 
> kdesu -u $USER -c "cd /home/wine/drive_c/lotus/organize; org5.exe"
> 
> Although "cleaver", it seems that there should be a more
> straight forward way of doing it.  Is there?

sh -c "command1; command2"

	-b



More information about the Xfce mailing list