What does the pipe symbol '|' do in a shell command?
-
A
Sends stdout of the left command to stdin of the right command
-
B
Runs two commands simultaneously in the background
-
C
Redirects output to a file
-
D
Appends output of left command to right command's output file