下列哪个命令不能显示文件txtfile的文本内容()
A: od txtfile
B: cat txtfile
C: head txtfile
D: more txtfile
A: od txtfile
B: cat txtfile
C: head txtfile
D: more txtfile
举一反三
- 欲打开并读取磁盘上的顺序文件C:\ks\data.txt, 应使用语句_____。 答案一:FileOpen(1,"C:\ks\data.txt",OpenMode.Output) 答案二:Dimtxtfile$="C:\ks\data.txt" FileOpen(1,txtfile,OpenMode.Input) 答案三:Dim txtfile$="C:\ks\data.txt" FileOpen(1,"txtfile",OpenMode.Input)答案四:FileOpen(1,C:\ks\data.t
- 下列选项中,不属于Python3预定义的保留字的是。 A: if B: txtfile C: and D: fo
- 用来显示文件内容的命令有()。 A: cat B: more C: less D: head
- 下面哪个命令不能显示文件内容____ A: less B: cat C: more D: cp
- 能够分页显示文件内容的命令是: A: cat B: more C: less D: head