cat Flashcards

1
Q

-A or –show-all

A

Show all control characters. Equivalent to -vET

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

-b and –number-nonblank

A

Number all nonempty output lines starting with 1

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

-e

A

Displays control characters except for TAB. Equivalent to -vE

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

-E and –show-end

A

Display a $ after the end of each line. The \r\n combination is shown as ^M$

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

-n and –number

A

Number all lines. This option is ignored if -b is in effect

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

–s and –squeeze-blank

A

Suppress repeated adjacent blank lines; output just one empty instead of several

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

-t

A

Shows control characters except for LFD. Equivalent to -vT

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

-T and –show-tabs

A

Display TAB characters as ^I

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

-u

A

Ignored for POSIX compatibility

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

-v and –show-nonprinting

A

Display control characters except for LFD and TAB using ^ notation and precede characters that have the high bit set with M-

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