bash special characters Flashcards

1
Q

special characters

user home directory

A

~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

special characters

escape

A

\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

special characters

identifies a var

A

$

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

special characters

single character ‘wildcard’

A

?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

special characters

0 to n wildcards

A

*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

special characters

send a process to the background

A

&

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

special characters

execute second command only if first is successful

A

&&

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

special characters

pipe for sending command output to another command

A

|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

special characters

execute second command only if first is unsuccessful

A

||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

special characters

executes multiple commands on the same line

A

;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

special characters

defines a range of characters (numbers of letters)

A

[]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

special characters

redirect standard output to a file

A

>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

special characters

redirect standard input into a program

A

<

How well did you know this?
1
Not at all
2
3
4
5
Perfectly