Intro Flashcards
Terminal
The program that gives you the command line.
What is a prompt?
Every command line starts with some symbol or symbols designed to “prompt” you to action. The prompt usually ends with a dollar sign $, and is preceded by information that depends on the details of your system. For example, on some systems the prompt might look like this:
Michael’s MacBook Air:~ mhartl$
The place where characters get printed out is known as?
Standard Out
Ctrl-C does what in the terminal?
Sends a control code to the terminal.
The program we’re using to run a command line is known as..
a shell
To exit a man page you should click what?
q for quit
The presence of a color indicates what?
It indicates that there is more information below.
The code man in the terminal does what?
prints a manual page of the command name you what.
What does “echo” do?
Prints whatever you’ve added after echo in the terminal.
Shortcut key to start at the beginning of the line?
control A
Shortcut key to start at the end of the line?
control E
Shortcut key to clear the line?
control U
Shortcut key to go to a specific position on the line?
Option + mouse click
What does “clear” do?
Clears the command line screen.
What is the keyboard shortcut for clearing the screen?
Control L