INTRODUCTION Flashcards
1
Q
UNIX
A
A family of Operating Systems that includes Linux, Android,iOS( iPhone and iPad) , and macOS
2
Q
Terminal
A
The program that gives us a command line
3
Q
[ projects]$
A
prompt
4
Q
rm
A
command
5
Q
-f
A
option
6
Q
foo . txt
A
argument
7
Q
CMD + T
A
create a new terminal tab
8
Q
Place where characters are printed
A
Standard Output or ‘Standard Out”
9
Q
echo < string >
A
print string to screen
10
Q
man < command >
A
display manual page for command
11
Q
CTRL ^ C
A
get out of trouble
12
Q
CTRL ^ A
A
move to beginning of line
13
Q
CTRL ^ E
A
move to end of line
14
Q
CTRL ^ U
A
delete to beginning of line
15
Q
Option-Click
A
move cursor to location clicked