试题详情

假设执行如下的命令:alias lcd ‘ls –l \!;pwd * 现在输入 lcd test1 test2,shell实际上执行的是

Als –l test1

Bls –l test1 test2;pwd

Cpwd

Dls –l ; pwd