Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Cmd Prompt the same as Ubuntu Terminal?

I'm sorry if this is a simple question:

I want to swap from ubuntu to windows for my web dev (personal preference). I'm used to using the terminal in ubuntu and the commands there and I was wondering whether the command prompt in windows is the same? Do the commands do the same?

If not, is there a way to get a terminal for windows the same as ubuntu?

like image 342
danjswade Avatar asked Aug 13 '15 11:08

danjswade


People also ask

Are cmd and terminal the same?

A command line, also known as a command prompt, is a type of interface. A terminal is a wrapper program that runs a shell and allows us to enter commands.

Is Linux terminal same as command prompt?

The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt or various other names, it can give the appearance of being complex and confusing to use.

What is cmd called in Ubuntu?

The command line is also known as the terminal, shell, console, command prompt, and command-line interface (CLI). Here are various ways to access it in Ubuntu.

Can I use cmd as terminal?

Agreeing that cmd is not a terminal emulator, whether it is a shell depends upon your expectations. Microsoft refers to it as a command interpreter. As a command interpreter (including a variety of built-in features — see Command-line reference A-Z), it is able to interpret scripts.


3 Answers

No the Command prompt is not same as the Linux shell you may find some commands resembling to those of the shell in Linux (terminal) however to get a more Linux shell like environment you can install cygwin or GOW (Gnu on Windows). It will give you a bash.

You can find Cygwin here . and You can find GOW here .

like image 134
OshoParth Avatar answered Oct 26 '22 04:10

OshoParth


Its not the same, as others have answered, but since the latest version of windows 10 there is a way of running linux bash terminal in Windows.

Have a look in Bash on Windows.

It is actually running Ubuntu inside your Windows.

like image 29
Elad Joseph Avatar answered Oct 26 '22 04:10

Elad Joseph


Windows is based on DOS but Ubuntu is based on Linux. Each of those has its own commands, with some similar commands. I personally prefer Linux commands as they are easier to understand and more simple than DOS commands. You can't use Linux commands in DOS nor the reverse.

like image 45
Tooniis Avatar answered Oct 26 '22 03:10

Tooniis