Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
1 answer
760 views

What is the info-thingy before the CLI cursor called?

So, in all command lines I've ever seen, there's a little info-thingy at the start of the line before the cursor. CMD just shows your current working directory: PowerShell does the same and also ...
iFreilicht's user avatar
1 vote
2 answers
115 views

Terminology - The word command

I have some confusion about the word "command". Does the term command refer to: What the user types in a shell? Ex: 'The "man ls" command will display help about the ls command.' The program that ...
OBOF's user avatar
  • 13
2 votes
1 answer
102 views

How do I phrase what I'm looking for here?

There is a feature I'm looking for on Windows in the command prompt - and I don't think it exists - but rather than looking to see whether it exists in any way - I'm looking to see how to properly ...
dgo's user avatar
  • 883
1 vote
2 answers
69 views

What is a term for an OS command? [closed]

What is a name denoting something which executes (normally in a separate address space), accepts an input, generates output and exit code? I'd name this "Unix command", but there may be also say "...
porton's user avatar
  • 321
18 votes
3 answers
2k views

Is there a name for the text that shows up at the front of each command in a CLI?

For example, in Ubuntu when I start up a terminal, it says: username@computer:~$ And in Windows: C:\Users\Username> Is there a formal way to refer to that text?
Erty Seidohl's user avatar
0 votes
1 answer
5k views

What's the difference between a console, terminal and command-line? [duplicate]

Possible Duplicate: What is the difference between shell, console, and terminal? My non-tech-savvy friends unanimously agree that console refers to hardware and terminal refers to software. A ...
Maxpm's user avatar
  • 195