How to open several tabs in a gnome-terminal window and run a command in each tab?
From: Pete O'Connell <pedrooconnell@gmail.com>
> Hi swapping out bash for tsch doen't work unfortunately. The window that
> gets created when you do this only stays open for a split second.
Works for me with:
* $ cat test.sh
* #!/bin/tcsh
* ls $*
* /bin/tcsh -i
* $ gnome-terminal --tab -e "/path/to/test.sh AAA" --tab -e "/path/to/test.sh BBB"
Be sure to use the script full path...
JD
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos