From fca6b8211ea8e23edf6dc20bcd791ecadfc11007 Mon Sep 17 00:00:00 2001 From: sudoshreyas <38017462+sudoshreyas@users.noreply.github.com> Date: Fri, 14 Dec 2018 04:27:54 +0530 Subject: [PATCH] updated some basic introduction of terminal (#26128) A basic introduction to what is terminal or command prompt was necessary. --- guide/english/terminal-commandline/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/terminal-commandline/index.md b/guide/english/terminal-commandline/index.md index 0db001ac8b..e9b21498a8 100644 --- a/guide/english/terminal-commandline/index.md +++ b/guide/english/terminal-commandline/index.md @@ -6,6 +6,10 @@ title: Terminal/Command Prompt # Terminal/Command Prompt - +Terminals are just the text i/o environment that lie between the user and the shells to provide graphical user interface to the shells.Shells are basically the program which run on terminal (shells could also be understood as the instructions which we give to the computer to interact with its operating system). + +Actually in Unix based OS these interface are called "Terminal" while in windows OS it is called "command prompt". + +It allows users to do almost any task that could be done with GUI(but simply in form of words or instructions) .One can copy, move and delete files, and even create undeletable folders etc from the terminal or command prompt itself.