DEV Community

Discussion on: how to execute commands from another terminals by being on just one terminal

Collapse
 
prashantnirgun profile image
Prashant Nirgun

I am using Ubuntu 18.04.4 LTS and using the following command

gnome-terminal --tab --title="Dev Server" --command="bash -c 'pwd; $SHELL'"

its showing --command is showing warning
Use “-- ” to terminate the options and put the command line to execute after it.