• 2022-06-06
    你用vi编辑器编写了一个脚本文件shell.sh,你想将文件名修改为shell2.sh,下列哪个命令可以实现?
    A: cp shell.sh shell2.sh
    B: mv shell.sh shell2.sh
    C: ls shell > shell2.sh
    D: cat shell.sh > shell2.sh