Special Characters Flashcards

1
Q

|

A

pipe

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

|

A

pipe

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

;

A

causes sequential execution of commands

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

&

A

puts a command in the background

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

( )

A

delimits group command, sub-shell is created

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

{ }

A

delimits group command, in current shell

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

>

A

redirect standard output

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

#

A

starts a comment

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

*

A

matches zero or more characters

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

?

A

matches one character

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

[ ]

A

matches character set

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

$

A

causes parameter value substitution (call a variable)

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

A

quotes every character except a ‘

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

\

A

quotes a single character

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

A

quotes every character except $ ` \ “

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

`

A

turns a commands output into a string

17
Q

;

A

causes sequential execution of commands

18
Q

&

A

puts a command in the background

19
Q

( )

A

delimits group command, sub-shell is created

20
Q

{ }

A

delimits group command, in current shell

21
Q
A

redirect standard input

22
Q

>

A

redirect standard output

23
Q

#

A

starts a comment

24
Q

*

A

matches zero or more characters

25
Q

?

A

matches one character

26
Q

[ ]

A

matches character set

27
Q

$

A

causes parameter value substitution (call a variable)

28
Q

A

quotes every character except a ‘

29
Q

\

A

quotes a single character

30
Q

A

quotes every character except $ ` \ “

31
Q

`

A

turns a commands output into a string