现在需要在根目录下找所有的名字为temp的文件,然后删除,请问可如何实现。
A. find / -name temp rm *
B. find / -name temp –exec rm
C. find / -name temp –exec rm {} \ ;
D. 编一个SHELL脚本实现
( )命令可以从文本文件的每一行中截取指定内容的数据。
A .cp
B. dd
C. fmt
D .cut
建立一个新文件可以使用的命令为 ( ) 。
A chmod
B more
C cp
D touch
在下列命令中,不能显示文本文件内容的命令是:( ) 。
A more
B less
C tail
D join