linux系统中,以下显示结果相同的是()。
A. echo The current working path is $PW
B. echo "The current working path is $PW" Echo hello
C. echo 'The current working path is $PW' Echo hello
D. echo "The current working path is `pwd`."
E. echo The current working path is $PWEcho hello