How to open new Terminal using Bash Command


Let's take a look at how to open a new Terminal using the Bash command based on your device type.


On macOS

open -a Terminal.app

If you are using iTerm Terminal.

open -a iTerm.app

You can also make use of keyboard shortcut Command + N to open a new Terminal.

Open New Terminal Bash

On Ubuntu

gnome-terminal

Other Linux Distributions

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap