Execute more than one command [1]
Execute more than one command
Wednesday, February 6, 2008 4:02 AM - Rafael Carrasco
I working now with the XManager3.0 trial and I need to execute more than one command.
What is the way for do it?
Thanks a lot
Rafael.
What is the way for do it?
Thanks a lot
Rafael.
Re: Execute more than one command
Wednesday, February 6, 2008 11:21 AM - Jim
Have you tried using the pipe('|') character?
For example, to launch xterm, xclock and xfontsel all together, you can do this:
/usr/X11R6/bin/xterm -ls -display $DISPLAY | xclock | xfontsel
For example, to launch xterm, xclock and xfontsel all together, you can do this:
/usr/X11R6/bin/xterm -ls -display $DISPLAY | xclock | xfontsel
Previous views: 266