You are not logged in.
Hello! I am using Devuan linux with XFCE4 and I use Xfce4-terminal that works fine and quickly. I often need to do repeating tasks that I finally want to do with just an alias:
1. open new tab in xfce4-terminal
2. run command: ssh server1
3. open new tab in xfce4-terminal
4. run command: ssh server2
5. open new tab in xfce4-terminal
6. run command: ssh server3
7. open new tab in xfce4-terminal
8. run command ssh server4
I hope I can type bash script that will run tabs in xfce4-terminal. Now I only know how to open 4 new windows:
xfce4-terminal -e 'ssh server1'; xfce4-terminal -e 'ssh server2'; xfce4-terminal -e 'ssh server3'; xfce4-terminal -e 'ssh server4';
But i wish to stay in that window where I already am and just to add 4 tabs and run commands there.
Can you help?
Offline
xfce4-terminal takes many argument ie --tab, --execute so I would imagine what you want will work if constructed properly.
See man xfce4-terminal for various options
Siduction
Debian Sid
Xfce 4.18
Offline
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 513.11 KiB (Peak: 520.86 KiB) ]