指令greprre*testfile的作用是在文件testfile中寻找以re开头的字符串所在的行()
错
举一反三
- ( )命令能用来查找在文件TESTFILE中包含4个字符的行。 A: grep '???? ' TESTFILE B: grep '…. ' TESTFILE C: grep '^????$' TESTFILE D: grep '^….$ ' TESTFILE
- Linux系统中,哪一条命令可以用来查找文件testfile中只包含四个字符的行 A: grep '????' testfiel B: grep '....' testfile C: grep '^????$' testfile D: grep '^....$' testfile
- 写一个命令用来查找在文件testfile中只包含四个字符的行________。
- 删除文件testfile的命令是:_______ testfile
- 查看testfile文件内容的命令是:_______ testfile
内容
- 0
创建一个空文件testfile的命令为:_______ testfile
- 1
进入testfile文件进行文档编辑的命令是:_____ testfile
- 2
( )命令能用来查找在文件TESTFILE中包含4个字符的行
- 3
cat testfile的输出与下面哪个命令相同?() A: cat>testfile B: cat<testfile C: cat>>testfile D: cat<<testfile
- 4
修改testfile文件的权限为可读,可写,可执行的命令为:chmod ______ testfile