2.7.2 Flashcards

1
Q

Linux commands have a maximum length of

A

128 KB

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

Command substitution will give an error if the command that is formed after the substitution is over .

A

128 KB

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

One solution is to pipe the first command to the ________ command

A

xargs

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

The xargs command will break down the output that is streamed from the first command into ________ chunks. Each chuck is passed one at a time as an argument to the xargs command.

A

128 KB

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