Results 1 to 1 of 1
I can't seem to get this to work. I have a script that should launch 3 separate windows and run a command in each. For some reason the script below ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-22-2007 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 8
Spawning 3 Xterms and running a command in each
I can't seem to get this to work. I have a script that should launch 3 separate windows and run a command in each. For some reason the script below doesn't work.
#!/bin/bash
gnome-terminal -e /home/gdotoli/gosnort ; gnome-terminal -e tail -f /var/log/snort/alert ; gnome-terminal -e tail -f /var/log/messages
Any help would be appreciated.
Thanks,


Reply With Quote
