在/home/stud1/wang目录下有一文件file,使用()可实现在后台执行命令,此命令将file文件中的内容输出到file.copy文件中。A、cat file>filE.copyB、cat filefilE.copyC、&cat filefilE.copyD、&cat file>filE.copy

题目

在/home/stud1/wang目录下有一文件file,使用()可实现在后台执行命令,此命令将file文件中的内容输出到file.copy文件中。

  • A、cat file>filE.copy
  • B、cat filefilE.copy
  • C、&cat filefilE.copy
  • D、&cat file>filE.copy

相似考题