Searching and Extracting Data from Files and Archiving Flashcards

1
Q

What does > do?

A

Creates a new file containing standard output.

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

What does&raquo_space; do?

A

Appends the existing output to an existing file.

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

What does 2> do?

A

Creates a new file containing any standard errors.

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

What does 2» do?

A

Appends standard error to an existing file.

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

What does &> do?

A

Creates a new file contains the standard output and the standard error.

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

What does < do?

A

Sends the content of a specified file as input back into the standard input

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

What does &laquo_space;do?

A

Accepts text on the following lines as standard input

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

What does <> do?

A

Specified file can be used for standard input and standard output.

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

What does <> do?

A

Specified file can be used for standard input and standard output.

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