单项选择题

Shell中,将command1的输出作为command2的输入应该使用的命令是()

A.command1&&command2
B.command1>command2
C.command1&command2
D.command1〡command2