2.7.2 Flashcards
1
Q
Linux commands have a maximum length of
A
128 KB
2
Q
Command substitution will give an error if the command that is formed after the substitution is over .
A
128 KB
3
Q
One solution is to pipe the first command to the ________ command
A
xargs
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