What keyword stores a command’s output into a variable?
A. register
B. output
C. output is stored in a variable named results by default
D. debug
Explanation:
The register keyword will store output from the preceding command into a provided variable.