Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
#!/bin/bash gnome-terminal --tab --title="newtab" -- "bash -c \"ls\""
gnome-terminal --tab --title="newtab"
gnome-terminal --tab --title="newtab" -- $SHELL -c 'ls && $SHELL'
gnome-terminal --tab --title="newtab" -- $SHELL -c 'ls && sleep 5'
gnome-terminal --tab --title="newtab" -e 'man gnome-terminal'
gnome-terminal --tab --title='newtab' -e 'man gnome-terminal'