The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-20-2008
trutoman's Avatar
trutoman trutoman is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 21
I have found myself the solution to this, simply, changing parametres order, like this:

gnome-terminal --window-with-profile "Xprofile" -t " This is SERVERX" -e "ssh -l userX ServerX"

Now it opens only one window with profile and title characteristics and of course the ssh comand.