CMD

It is a console of which developers input commands into to work in their directory. Popular ones are Git Bash.

CMD COMMANDS

Command

Function

pwd Prints the current working directory
ls Prints out all documents and folders in the current working directory.
mkdir It is used to create a folder in the current working directory.
touch It is used to create a file in the current working directory.